i need to know how to use the bag tag and what is the purpose?
|
feedback
|
|
For collection mapping
http://docs.jboss.org/hibernate/core/3.3/reference/en/html/collections.html | |||
|
feedback
|
|
From the API: A bag is an unordered, unkeyed collection that can contain the same element multiple times. A bag permits duplicates, so it has no primary key. The Java collections API, curiously, has no Bag. | |||
|
feedback
|