Uses of Package
org.hibernate.collection.spi
-
Packages that use org.hibernate.collection.spi Package Description org.hibernate.action.internal The various concrete action implementations.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.collection.internal Internal implementations and support for persistent collections.org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.envers.event.spi org.hibernate.envers.internal.entities.mapper org.hibernate.envers.internal.entities.mapper.relation org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy org.hibernate.envers.internal.synchronization.work org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.internal.log org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.pretty Contains some functions for pretty-printing things for exception and log messages.org.hibernate.sql.results.graph.collection org.hibernate.sql.results.graph.collection.internal org.hibernate.sql.results.internal org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.descriptor.java.spi org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
. -
Classes in org.hibernate.collection.spi used by org.hibernate.action.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.boot.spi Class Description CollectionSemanticsResolver Resolve the collection semantics for the given mapped collection. -
Classes in org.hibernate.collection.spi used by org.hibernate.cache.spi.entry Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.collection.internal Class Description AbstractBagSemantics AbstractMapSemantics AbstractSetSemantics BagSemantics CollectionInitializerProducer Functional contract to create aCollectionInitializer
.CollectionSemantics 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.CollectionSemanticsResolver Resolve the collection semantics for the given mapped collection.MapSemantics Extension ofCollectionSemantics
for MapsPersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentSet A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.collection.spi Class Description AbstractPersistentCollection Base class implementingPersistentCollection
AbstractPersistentCollection.AbstractValueDelayedOperation AbstractPersistentCollection.DelayedOperation Contract for operations which are part of a collection's operation queue.AbstractPersistentCollection.ValueDelayedOperation BagSemantics CollectionInitializerProducer Functional contract to create aCollectionInitializer
.CollectionSemantics 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.LazyInitializable The most general abstraction over collections which may be fetched lazily.MapSemantics Extension ofCollectionSemantics
for MapsPersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentMap A persistent wrapper for aMap
.PersistentSet A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.engine.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.engine.spi Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.envers.event.spi Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapper Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapper.relation Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy Class Description LazyInitializable The most general abstraction over collections which may be fetched lazily. -
Classes in org.hibernate.collection.spi used by org.hibernate.envers.internal.synchronization.work Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.event.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.event.spi Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.internal.log Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.loader.ast.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.loader.ast.spi Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.mapping Class Description CollectionSemantics 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. -
Classes in org.hibernate.collection.spi used by org.hibernate.metamodel.mapping Class Description CollectionSemantics 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. -
Classes in org.hibernate.collection.spi used by org.hibernate.persister.collection Class Description CollectionSemantics 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.PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.persister.collection.mutation Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.pretty Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.graph.collection Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.graph.collection.internal Class Description CollectionInitializerProducer Functional contract to create aCollectionInitializer
.PersistentArrayHolder A dummy collection wrapper for an array.PersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentList A persistent wrapper for aList
.PersistentMap A persistent wrapper for aMap
.PersistentSet A persistent wrapper for aSet
. -
Classes in org.hibernate.collection.spi used by org.hibernate.sql.results.internal Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.type Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate. -
Classes in org.hibernate.collection.spi used by org.hibernate.type.descriptor.java.spi Class Description CollectionSemantics 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. -
Classes in org.hibernate.collection.spi used by org.hibernate.usertype Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate.