Class Hierarchy
- java.lang.Object
- org.hibernate.collection.spi.AbstractBagSemantics<E> (implements org.hibernate.collection.spi.BagSemantics<BE,E>)
- org.hibernate.collection.spi.AbstractMapSemantics<MKV,K,V> (implements org.hibernate.collection.spi.MapSemantics<MKV,K,V>)
- org.hibernate.collection.spi.AbstractSetSemantics<SE,E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,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>)