Uses of Interface
org.hibernate.collection.spi.BagSemantics
-
Packages that use BagSemantics Package Description org.hibernate.collection.internal Internal implementations and support for persistent collectionsorg.hibernate.collection.spi SPI definitions for persistent collections -
-
Uses of BagSemantics in org.hibernate.collection.internal
Classes in org.hibernate.collection.internal that implement BagSemantics Modifier and Type Class Description classStandardBagSemantics<E>CollectionSemantics for bagsclassStandardIdentifierBagSemantics<E>CollectionSemantics implementation for id-bags -
Uses of BagSemantics in org.hibernate.collection.spi
Classes in org.hibernate.collection.spi that implement BagSemantics Modifier and Type Class Description classAbstractBagSemantics<E>
-