
29
Dec, 13
Configure value-type List in Hibernate with XML mapping
List is a collection in which the indexes of the elements are maintained. Hibernate maintains the same by adding an index column to the collection table. Let’s see how it’s done using the XML mapping. First we need to add the Persistent class. We’ll...
Recent Comments