
29
Dec, 13
Configure value-type Bag in Hibernate with XML mapping
Bag is an unordered collection that permits duplicate elements. Let’s edit the Student class from our previous post in which a Set property was configured. We’ll use the same class but we’ll replace the set with Bag. Java doesn’t have the...
Recent Comments