Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.boot.internal | |
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
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.cfg.beanvalidation | |
org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
org.hibernate.dialect.lock |
Support for Dialect-specific locking strategies
|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.engine.profile |
Models the fetch profiles defined by the application
|
org.hibernate.engine.spi | |
org.hibernate.envers.event.spi | |
org.hibernate.envers.internal.synchronization.work | |
org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
org.hibernate.event.spi | |
org.hibernate.hql.internal.ast.exec | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.internal.classic |
This package contains the Hibernate 2.x query parser which
is being end-of-lifed.
|
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.event.internal.core | |
org.hibernate.jpa.internal.metamodel | |
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.collection |
This package defines collection initializers
|
org.hibernate.loader.criteria |
This package defines the criteria query compiler and loader
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql | |
org.hibernate.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.entity.plan | |
org.hibernate.loader.hql |
This package defines a loader for the AST-based query parser
|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.exec.process.spi | |
org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
org.hibernate.loader.spi | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.persister.internal | |
org.hibernate.persister.spi | |
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi | |
org.hibernate.pretty |
Classes for pretty printing things for exception
and log messages.
|
org.hibernate.procedure.internal |
Defines the internal support for implementing stored procedure calling.
|
org.hibernate.search.event.impl | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity | |
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
Lockable
Contract for things that can be locked via a
LockingStrategy . |
Class and Description |
---|
Lockable
Contract for things that can be locked via a
LockingStrategy . |
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Class and Description |
---|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Class and Description |
---|
SQLLoadable
A class persister that supports queries expressed in the
platform native SQL dialect
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
MultiLoadOptions
Encapsulation of the options for performing a load by multiple identifiers.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
Class and Description |
---|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Class and Description |
---|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Class and Description |
---|
AbstractPropertyMapping
Basic implementation of the
PropertyMapping contract. |
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Class and Description |
---|
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
|
AbstractEntityPersister.CacheEntryHelper
Consolidated these onto a single helper because the 2 pieces work in tandem.
|
AbstractEntityPersister.InclusionChecker |
AbstractPropertyMapping
Basic implementation of the
PropertyMapping contract. |
BasicEntityPropertyMapping |
DiscriminatorMetadata
Provides the information needed to properly handle type discrimination
in HQL queries, either by 'something.class' or 'type(something)' references.
|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
Lockable
Contract for things that can be locked via a
LockingStrategy . |
MultiLoadOptions
Encapsulation of the options for performing a load by multiple identifiers.
|
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
PropertyMapping
Contract for all things that know how to map a property to the needed bits of SQL.
|
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
Queryable.Declarer |
SQLLoadable
A class persister that supports queries expressed in the
platform native SQL dialect
|
UniqueKeyLoadable |
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
Class and Description |
---|
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
Class and Description |
---|
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
Joinable
Anything that can be loaded by outer join - namely
persisters for classes or collections.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.