Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
sanasdf kumar
Greenhorn
+ Follow
news
1
Posts
0
Threads
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
One to many Relation
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);
show more
19 years ago
Object Relational Mapping