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 interface
PersistentCollection<E>
Persistent collections are treated as value objects by Hibernate.Classes in org.hibernate.collection.spi that implement LazyInitializable Modifier and Type Class Description class
AbstractPersistentCollection<E>
Base class implementingPersistentCollection
class
PersistentArrayHolder<E>
A dummy collection wrapper for an array.class
PersistentBag<E>
An unordered, un-keyed collection that can contain the same element multiple times.class
PersistentIdentifierBag<E>
An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.class
PersistentList<E>
A persistent wrapper for aList
.class
PersistentMap<K,E>
A persistent wrapper for aMap
.class
PersistentSet<E>
A persistent wrapper for aSet
.class
PersistentSortedMap<K,E>
A persistent wrapper for aSortedMap
.class
PersistentSortedSet<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 class
CollectionProxy<U,T extends Collection<U>>
class
ListProxy<U>
class
MapProxy<K,V>
class
SetProxy<U>
class
SortedMapProxy<K,V>
class
SortedSetProxy<U>
-