Uses of Package
org.hibernate.collection.spi
-
Packages that use org.hibernate.collection.spi Package Description 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.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.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.type A HibernateTypeis 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.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.spi Class Description AbstractPersistentCollection Base class implementingPersistentCollectionAbstractPersistentCollection.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 ofCollectionSemanticsfor 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.spi 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.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.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.