Uses of Package
org.hibernate.persister.collection
-
Packages that use org.hibernate.persister.collection Package Description org.hibernate.action.internal Internals for action processing.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.access Defines contracts for transactional and concurrent access to cached entity and collection data.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.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.internal.entities.mapper.relation 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.loader.ast.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.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.metamodel.mapping.internal org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.spi org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.persister.internal org.hibernate.persister.spi org.hibernate.pretty Contains some functions for pretty-printing things for exception and log messages.org.hibernate.query.sql.internal org.hibernate.sql.results.graph.collection 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.usertype An API for user-defined custom types. -
Classes in org.hibernate.persister.collection used by org.hibernate.action.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.cache.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.access Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.entry Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.support Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.collection.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.collection.spi Class Description BasicCollectionPersister ACollectionPersister
for collections of values and many-to-many associations.CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.engine.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.engine.spi Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.envers.internal.entities.mapper.relation Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.event.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.event.spi Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.loader.ast.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.mapping Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.mapping Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.mapping.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.model.domain.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.spi Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.persister.collection Class Description AbstractCollectionPersister Base implementation of theQueryableCollection
interface.CollectionPersister A strategy for persisting a mapped collection role.QueryableCollection Deprecated, for removal: This API element is subject to removal in a future version.Given the mapping-model and SQM, this contract is no longer needed.SQLLoadableCollection Deprecated. -
Classes in org.hibernate.persister.collection used by org.hibernate.persister.entity Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.persister.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.persister.spi Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.pretty Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.query.sql.internal Class Description SQLLoadableCollection Deprecated. -
Classes in org.hibernate.persister.collection used by org.hibernate.sql.results.graph.collection Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.sql.results.internal Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.type Class Description CollectionPersister A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.usertype Class Description CollectionPersister A strategy for persisting a mapped collection role.