Package org.hibernate.collection.internal
Internal implementations and support for persistent collections.
-
Class Summary Class Description CustomCollectionTypeSemantics<CE,E> A collection semantics wrapper forCollectionType
.StandardArraySemantics<E> CollectionSemantics implementation for arraysStandardBagSemantics<E> CollectionSemantics for bagsStandardCollectionSemanticsResolver Standard implementation of CollectionSemanticsResolverStandardIdentifierBagSemantics<E> CollectionSemantics implementation for id-bagsStandardListSemantics<E> Hibernate's standard CollectionSemantics for ListsStandardMapSemantics<K,V> CollectionSemantics for mapsStandardOrderedMapSemantics<K,V> StandardOrderedSetSemantics<E> StandardSetSemantics<E> StandardSortedMapSemantics<K,V> StandardSortedSetSemantics<E>