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.AbstractPersistentCollection<E> (implements org.hibernate.collection.spi.PersistentCollection<E>, java.io.Serializable)
- org.hibernate.collection.spi.PersistentArrayHolder<E>
- org.hibernate.collection.spi.PersistentBag<E> (implements java.util.List<E>)
- org.hibernate.collection.spi.PersistentIdentifierBag<E> (implements java.util.List<E>)
- org.hibernate.collection.spi.PersistentList<E> (implements java.util.List<E>)
- org.hibernate.collection.spi.PersistentMap<K,E> (implements java.util.Map<K,V>)
- org.hibernate.collection.spi.PersistentSortedMap<K,E> (implements java.util.SortedMap<K,V>)
- org.hibernate.collection.spi.PersistentSet<E> (implements java.util.Set<E>)
- org.hibernate.collection.spi.PersistentSortedSet<E> (implements java.util.SortedSet<E>)
- org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation (implements org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation<E>)
- org.hibernate.collection.spi.PersistentList.SimpleAdd
- org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy<E> (implements java.util.Iterator<E>)
- org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy (implements java.util.ListIterator<E>)
- org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy (implements java.util.List<E>)
- org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy<E> (implements java.util.Set<E>)
- org.hibernate.collection.spi.AbstractSetSemantics<SE,E> (implements org.hibernate.collection.spi.CollectionSemantics<CE,E>)
- org.hibernate.collection.spi.InitializerProducerBuilder
Interface Hierarchy
- org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation<E>
- org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation<E>
- org.hibernate.collection.spi.AbstractPersistentCollection.LazyInitializationWork<T>
- org.hibernate.collection.spi.CollectionInitializerProducer
- org.hibernate.collection.spi.CollectionSemantics<CE,E>
- org.hibernate.collection.spi.BagSemantics<BE,E>
- org.hibernate.collection.spi.MapSemantics<MKV,K,V>
- org.hibernate.collection.spi.CollectionSemanticsResolver
- org.hibernate.collection.spi.LazyInitializable
- org.hibernate.collection.spi.PersistentCollection<E>