Uses of Package
org.hibernate.collection.spi
Packages that use org.hibernate.collection.spi
Package
Description
The various concrete action implementations.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines formats for disassembled state kept in the second level cache.
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
Contains some functions for pretty-printing things for exception and log messages.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Classes in org.hibernate.collection.spi used by org.hibernate.action.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.boot.spiClassDescriptionResolve the collection semantics for the given mapped collection.
-
Classes in org.hibernate.collection.spi used by org.hibernate.cache.spi.entryClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.collection.internalClassDescriptionFunctional contract to create a
CollectionInitializer
.Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.Resolve the collection semantics for the given mapped collection.Extension ofCollectionSemantics
for MapsPersistent collections are treated as value objects by Hibernate.A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.collection.spiClassDescriptionBase class implementing
PersistentCollection
Contract for operations which are part of a collection's operation queue.Functional contract to create aCollectionInitializer
.Each instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.The most general abstraction over collections which may be fetched lazily.Extension ofCollectionSemantics
for MapsPersistent collections are treated as value objects by Hibernate.A persistent wrapper for aMap
.A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.engine.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.engine.spiClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.envers.event.spiClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapperClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapper.relationClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapper.relation.lazy.proxyClassDescriptionThe most general abstraction over collections which may be fetched lazily.
-
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.synchronization.workClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.event.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.event.spiClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.internal.logClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.loader.ast.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.loader.ast.spiClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.mappingClassDescriptionEach instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
-
Classes in org.hibernate.collection.spi used by org.hibernate.metamodel.mappingClassDescriptionEach instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
-
Classes in org.hibernate.collection.spi used by org.hibernate.persister.collectionClassDescriptionEach instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.Persistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.persister.collection.mutationClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.prettyClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.graph.collectionClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.graph.collection.internalClassDescriptionFunctional contract to create a
CollectionInitializer
.A dummy collection wrapper for an array.Persistent collections are treated as value objects by Hibernate.A persistent wrapper for aList
.A persistent wrapper for aMap
.A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.internalClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.typeClassDescriptionPersistent collections are treated as value objects by Hibernate.
-
Classes in org.hibernate.collection.spi used by org.hibernate.type.descriptor.java.spiClassDescriptionEach instance of this interface describes the semantics of some sort of persistent collection so that Hibernate understands how to manage the lifecycle of instances of that sort of collection.
-
Classes in org.hibernate.collection.spi used by org.hibernate.usertypeClassDescriptionPersistent collections are treated as value objects by Hibernate.