Uses of Interface
org.hibernate.collection.spi.BagSemantics
-
Packages that use BagSemantics Package Description org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers. -
-
Uses of BagSemantics in org.hibernate.collection.internal
Classes in org.hibernate.collection.internal that implement BagSemantics Modifier and Type Class Description class
StandardBagSemantics<E>
CollectionSemantics for bagsclass
StandardIdentifierBagSemantics<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 class
AbstractBagSemantics<E>
-