Skip to:
Currently, this mapping
is interpreted as BAG. To get actual LIST semantics you also HAVE TO specifiy the <order-column/>
<order-column/>
However, classification="LIST" ought to imply that already.
classification="LIST"
See org.hibernate.orm.test.boot.models.hbm.collections.list.ListTests
org.hibernate.orm.test.boot.models.hbm.collections.list.ListTests
Currently, this mapping
is interpreted as BAG. To get actual LIST semantics you also HAVE TO specifiy the
<order-column/>
However,
classification="LIST"
ought to imply that already.See
org.hibernate.orm.test.boot.models.hbm.collections.list.ListTests