yo loo

Greenhorn
+ Follow
since Jul 16, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by yo loo

final method can't be override ,if the method in super class is public ,it will throw a compile mistake if you try to override the method ,because it 's "final"
if the modifier of the method is "private" so we could think the method is be hidding in the super class
I think there is no reason for hibernate to do this, are you add some null object in the collection when you save the object?
now there are less people use many to many ,is hard to use,u could translate it to two many-to-one.