Uses of Package
org.hibernate.collection.spi
-
Packages that use org.hibernate.collection.spi Package Description org.hibernate.action.internal Internals for action processing.org.hibernate.boot.spi 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 collectionsorg.hibernate.collection.spi SPI definitions for persistent collections.org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi 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 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. -
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 todo (6.0) ... -
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 a CollectionInitializerCollectionSemantics Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.CollectionSemanticsResolver Resolve the collection semantics for the given mapped collection todo (6.0) ...MapSemantics Extension of CollectionSemantics for MapsPersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentSet A persistent wrapper for ajava.util.Set
. -
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 a CollectionInitializerCollectionSemantics Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.LazyInitializable Hibernate "wraps" a java collection in an instance of PersistentCollection.MapSemantics Extension of CollectionSemantics for MapsPersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentMap A persistent wrapper for ajava.util.Map
.PersistentSet A persistent wrapper for ajava.util.Set
. -
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 Hibernate "wraps" a java collection in an instance of PersistentCollection. -
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 Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc. -
Classes in org.hibernate.collection.spi used by org.hibernate.metamodel.mapping Class Description CollectionSemantics Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc. -
Classes in org.hibernate.collection.spi used by org.hibernate.persister.collection Class Description CollectionSemantics Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc.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 a CollectionInitializerPersistentArrayHolder A persistent wrapper for an array.PersistentCollection Persistent collections are treated as value objects by Hibernate.PersistentList A persistent wrapper for ajava.util.List
.PersistentMap A persistent wrapper for ajava.util.Map
.PersistentSet A persistent wrapper for ajava.util.Set
. -
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 Describes the semantics of a persistent collection such that Hibernate understands how to use it - create one, handle elements, etc. -
Classes in org.hibernate.collection.spi used by org.hibernate.usertype Class Description PersistentCollection Persistent collections are treated as value objects by Hibernate.