Uses of Interface
org.hibernate.engine.spi.InstanceIdentity
Packages that use InstanceIdentity
Package
Description
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of InstanceIdentity in org.hibernate.collection.spi
Subinterfaces of InstanceIdentity in org.hibernate.collection.spiModifier and TypeInterfaceDescriptioninterface
Persistent collections are treated as value objects by Hibernate.Classes in org.hibernate.collection.spi that implement InstanceIdentityModifier and TypeClassDescriptionclass
Base class implementingPersistentCollection
class
A dummy collection wrapper for an array.class
An unordered, un-keyed collection that can contain the same element multiple times.class
An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.class
A persistent wrapper for aList
.class
PersistentMap<K,
E> A persistent wrapper for aMap
.class
A persistent wrapper for aSet
.class
PersistentSortedMap<K,
E> A persistent wrapper for aSortedMap
.class
A persistent wrapper for aSortedSet
. -
Uses of InstanceIdentity in org.hibernate.engine.spi
Subinterfaces of InstanceIdentity in org.hibernate.engine.spi -
Uses of InstanceIdentity in org.hibernate.internal.util.collections
Classes in org.hibernate.internal.util.collections with type parameters of type InstanceIdentity