Uses of Interface
org.hibernate.collection.spi.LazyInitializable
-
Packages that use LazyInitializable Package Description org.hibernate.collection.spi SPI definitions for persistent collections.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 persistent wrapper for an array.classPersistentBag<E>An unordered, unkeyed collection that can contain the same element multiple times.classPersistentIdentifierBag<E>AnIdentifierBagimplements "bag" semantics more efficiently than a regularBagby adding a synthetic identifier column to the table.classPersistentList<E>A persistent wrapper for ajava.util.List.classPersistentMap<K,E>A persistent wrapper for ajava.util.Map.classPersistentSet<E>A persistent wrapper for ajava.util.Set.classPersistentSortedMap<K,E>A persistent wrapper for ajava.util.SortedMap.classPersistentSortedSet<E>A persistent wrapper for ajava.util.SortedSet. -
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>
-