类分层结构
- java.lang.Object
- org.hibernate.collection.internal.AbstractPersistentCollection (implements org.hibernate.collection.spi.PersistentCollection, java.io.Serializable)
- org.hibernate.collection.internal.PersistentArrayHolder
- org.hibernate.collection.internal.PersistentBag (implements java.util.List<E>)
- org.hibernate.collection.internal.PersistentIdentifierBag (implements java.util.List<E>)
- org.hibernate.collection.internal.PersistentList (implements java.util.List<E>)
- org.hibernate.collection.internal.PersistentMap (implements java.util.Map<K,V>)
- org.hibernate.collection.internal.PersistentSortedMap (implements java.util.SortedMap<K,V>)
- org.hibernate.collection.internal.PersistentSet (implements java.util.Set<E>)
- org.hibernate.collection.internal.PersistentSortedSet (implements java.util.SortedSet<E>)
- org.hibernate.collection.internal.AbstractPersistentCollection.AbstractValueDelayedOperation (implements org.hibernate.collection.internal.AbstractPersistentCollection.ValueDelayedOperation)
- org.hibernate.collection.internal.AbstractPersistentCollection.IteratorProxy (implements java.util.Iterator<E>)
- org.hibernate.collection.internal.AbstractPersistentCollection.ListIteratorProxy (implements java.util.ListIterator<E>)
- org.hibernate.collection.internal.AbstractPersistentCollection.ListProxy (implements java.util.List<E>)
- org.hibernate.collection.internal.AbstractPersistentCollection.SetProxy (implements java.util.Set<E>)
- org.hibernate.collection.internal.AbstractPersistentCollection (implements org.hibernate.collection.spi.PersistentCollection, java.io.Serializable)
接口分层结构
- org.hibernate.collection.internal.AbstractPersistentCollection.DelayedOperation
- org.hibernate.collection.internal.AbstractPersistentCollection.ValueDelayedOperation
- org.hibernate.collection.internal.AbstractPersistentCollection.LazyInitializationWork<T>