- Bag
- List
- Set
- Array
- Map
- Primitive-Array
List
index, or Map
key.
If your table does not have an index column, and you still wish to use
List
as the property type, you can map the property as a Hibernate <bag>. A bag does not retain its order when it is retrieved from the database, but it can be optionally sorted or ordered.
No comments:
Post a Comment