Uses of Interface
org.hibernate.collection.spi.LazyInitializable
-
Packages that use LazyInitializable Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy -
-
Uses of LazyInitializable in org.hibernate.collection.spi
Subinterfaces of LazyInitializable in org.hibernate.collection.spi Modifier and Type Interface Description interfacePersistentCollection<E>Persistent collections are treated as value objects by Hibernate.Classes in org.hibernate.collection.spi that implement LazyInitializable Modifier and Type Class Description classAbstractPersistentCollection<E>Base class implementingPersistentCollectionclassPersistentArrayHolder<E>A dummy collection wrapper for an array.classPersistentBag<E>An unordered, un-keyed collection that can contain the same element multiple times.classPersistentIdentifierBag<E>An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.classPersistentList<E>A persistent wrapper for aList.classPersistentMap<K,E>A persistent wrapper for aMap.classPersistentSet<E>A persistent wrapper for aSet.classPersistentSortedMap<K,E>A persistent wrapper for aSortedMap.classPersistentSortedSet<E>A persistent wrapper for aSortedSet. -
Uses of LazyInitializable in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy that implement LazyInitializable Modifier and Type Class Description classCollectionProxy<U,T extends Collection<U>>classListProxy<U>classMapProxy<K,V>classSetProxy<U>classSortedMapProxy<K,V>classSortedSetProxy<U>
-