sanasdf kumar

Greenhorn
+ Follow
since Aug 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sanasdf kumar

We were facing the same problem. You need to add Team in Player before saving team.

player.setTeam(team);



//your code snippet
players.add(player);
team.setPlayers(players);
player.setTeam(team);
session.save(team);