Uses of Package
org.hibernate.collection.spi
-
Packages that use org.hibernate.collection.spi Package Description org.hibernate.boot.spi org.hibernate.cache.spi.entry org.hibernate.collection.spi SPI definitions for persistent collectionsorg.hibernate.engine.spi org.hibernate.event.spi org.hibernate.loader.ast.spi org.hibernate.mapping org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.persister.collection org.hibernate.pretty org.hibernate.sql.results.graph.collection org.hibernate.type org.hibernate.type.descriptor.java.spi org.hibernate.usertype -
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.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 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.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 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.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 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.