程序包 org.hibernate.collection.internal
Internal implementations and support for persistent collections
-
接口概要 接口 说明 AbstractPersistentCollection.DelayedOperation Contract for operations which are part of a collection's operation queue.AbstractPersistentCollection.LazyInitializationWork<T> TBH not sure why this is publicAbstractPersistentCollection.ValueDelayedOperation -
类概要 类 说明 AbstractPersistentCollection Base class implementingPersistentCollectionPersistentArrayHolder A persistent wrapper for an array.PersistentBag An unordered, unkeyed collection that can contain the same element multiple times.PersistentIdentifierBag An IdentifierBag implements "bag" semantics more efficiently than a regular Bag by adding a synthetic identifier column to the table.PersistentList A persistent wrapper for a java.util.List.PersistentMap A persistent wrapper for a java.util.Map.PersistentSet A persistent wrapper for a java.util.Set.PersistentSortedMap A persistent wrapper for a java.util.SortedMap.PersistentSortedSet A persistent wrapper for a java.util.SortedSet.