Class Hierarchy
- java.lang.Object
- org.hibernate.collection.spi.AbstractBagSemantics<E> (implements org.hibernate.collection.spi.BagSemantics<BE,E>)
- org.hibernate.collection.internal.StandardBagSemantics<E>
- org.hibernate.collection.internal.StandardIdentifierBagSemantics<E>
- org.hibernate.collection.spi.AbstractMapSemantics<MKV,K,V> (implements org.hibernate.collection.spi.MapSemantics<MKV,K,V>)
- org.hibernate.collection.internal.StandardMapSemantics<K,V>
- org.hibernate.collection.internal.StandardOrderedMapSemantics<K,V>
- org.hibernate.collection.internal.StandardSortedMapSemantics<K,V>
- org.hibernate.collection.spi.AbstractSetSemantics<SE,E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,E>)
- org.hibernate.collection.internal.StandardOrderedSetSemantics<E>
- org.hibernate.collection.internal.StandardSetSemantics<E>
- org.hibernate.collection.internal.StandardSortedSetSemantics<E>
- org.hibernate.collection.internal.CustomCollectionTypeSemantics<CE,E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,E>)
- org.hibernate.collection.internal.StandardArraySemantics<E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,E>)
- org.hibernate.collection.internal.StandardCollectionSemanticsResolver (implements org.hibernate.collection.spi.CollectionSemanticsResolver)
- org.hibernate.collection.internal.StandardListSemantics<E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,E>)
- org.hibernate.collection.spi.AbstractBagSemantics<E> (implements org.hibernate.collection.spi.BagSemantics<BE,E>)