Uses of Package
org.hibernate.persister.collection
Packages that use org.hibernate.persister.collection
Package
Description
The various concrete action implementations.
Internal implementations and support for second-level caching.
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
Defines contracts for transactional and concurrent access to cached
entity and
collection data.
This package defines formats for disassembled state kept in the second level cache.
This package provides a framework intended to reduce the work needed to implement
a caching provider.
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing
and state-tracking collection wrappers.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Implementation of the SPI for the runtime domain metamodel.
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
This package abstracts persistence mechanisms for entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.
Contains some functions for pretty-printing things for exception and log messages.
Validation for HQL queries.
Implementation of the SPIs for native SQL query support.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type
.-
Classes in org.hibernate.persister.collection used by org.hibernate.action.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.cache.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi
-
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.access
-
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.entry
-
Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.support
-
Classes in org.hibernate.persister.collection used by org.hibernate.collection.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.collection.spiClassDescriptionA strategy for persisting a mapped collection role.
-
Classes in org.hibernate.persister.collection used by org.hibernate.engine.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.engine.spi
-
-
Classes in org.hibernate.persister.collection used by org.hibernate.event.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.event.spi
-
Classes in org.hibernate.persister.collection used by org.hibernate.loader.ast.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel
-
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.mapping
-
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.mapping.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.model.domain.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.persister.collectionClassDescriptionBase implementation of the
QueryableCollection
interface.A strategy for persisting a mapped collection role. -
Classes in org.hibernate.persister.collection used by org.hibernate.persister.collection.mutation
-
Classes in org.hibernate.persister.collection used by org.hibernate.persister.entity
-
Classes in org.hibernate.persister.collection used by org.hibernate.persister.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.persister.spi
-
Classes in org.hibernate.persister.collection used by org.hibernate.pretty
-
Classes in org.hibernate.persister.collection used by org.hibernate.processor.validation
-
Classes in org.hibernate.persister.collection used by org.hibernate.query.sql.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.sql.results.graph.collection
-
Classes in org.hibernate.persister.collection used by org.hibernate.sql.results.internal
-
Classes in org.hibernate.persister.collection used by org.hibernate.type
-
Classes in org.hibernate.persister.collection used by org.hibernate.usertype