| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.query | |
| org.hibernate.boot.spi | |
| org.hibernate.cache.spi |
Defines the integration aspect of Hibernate's second-level
caching allowing "caching back ends" to be plugged in as
a caching provider.
|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.collection.spi |
SPI definitions for persistent collections
|
| org.hibernate.dialect |
This package abstracts the SQL dialect of the underlying database.
|
| org.hibernate.dialect.pagination |
Support for Dialect-specific pagination strategies
|
| org.hibernate.engine.query.spi |
Defines support for query plans and stored metadata about queries
|
| org.hibernate.engine.spi | |
| org.hibernate.event.spi | |
| org.hibernate.jpa | |
| org.hibernate.jpa.spi | |
| org.hibernate.loader.ast.spi | |
| org.hibernate.metamodel |
This entire package (including sub-packages) is considered incubating
|
| org.hibernate.metamodel.mapping |
Hibernate's run-time mapping model.
|
| org.hibernate.metamodel.mapping.ordering.ast | |
| org.hibernate.metamodel.model.domain |
Hibernate extensions to and implementations of the JPA metamodel
|
| org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
| org.hibernate.procedure | |
| org.hibernate.procedure.spi | |
| org.hibernate.query | |
| org.hibernate.query.criteria |
Hibernate's support for JPA criteria queries.
|
| org.hibernate.query.hql.spi | |
| org.hibernate.query.named | |
| org.hibernate.query.procedure | |
| org.hibernate.query.results |
Support for defining result-set mappings used in
NativeQuery
and ProcedureCall / StoredProcedureQuery. |
| org.hibernate.query.results.complete |
Support for immutable result/fetch builder graph nodes built from static sources
such as JPA's
SqlResultSetMapping or `hbm.xml` mapping
` |
| org.hibernate.query.results.dynamic |
Support for mutable result/fetch builder graphs nodes built dynamically via
Hibernate's
NativeQuery APIs |
| org.hibernate.query.results.implicit |
Defines support for implicit ResultSet mappings.
|
| org.hibernate.query.spi | |
| org.hibernate.query.sql.spi | |
| org.hibernate.query.sqm | |
| org.hibernate.query.sqm.spi |
SPI-level SQM contracts
|
| org.hibernate.query.sqm.sql |
Package for the translation of SQM into SQL AST
|
| org.hibernate.query.sqm.tree.cte | |
| org.hibernate.query.sqm.tree.domain | |
| org.hibernate.query.sqm.tree.expression | |
| org.hibernate.query.sqm.tree.from | |
| org.hibernate.query.sqm.tree.predicate | |
| org.hibernate.query.sqm.tree.select | |
| org.hibernate.sql.ast.spi |
Package defining support for creating and consuming SQL AST
|
| org.hibernate.sql.ast.tree.cte | |
| org.hibernate.sql.ast.tree.expression |
Contracts related to expressions in a SQL tree
|
| org.hibernate.sql.ast.tree.from | |
| org.hibernate.sql.ast.tree.predicate | |
| org.hibernate.sql.ast.tree.select | |
| org.hibernate.sql.results.graph | |
| org.hibernate.sql.results.graph.basic | |
| org.hibernate.sql.results.graph.embeddable | |
| org.hibernate.sql.results.graph.entity | |
| org.hibernate.sql.results.jdbc.spi | |
| org.hibernate.transform |
Defines strategies for post-processing criteria query
result sets into a form convenient to the application.
|
| org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
| org.hibernate.type.descriptor.jdbc |
Defines handling of the standard JDBC-defined types.
|
| org.hibernate.type.spi |
| Class and Description |
|---|
| NativeQuery
Represents a native (SQL) query.
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| QueryProducer
Contract for things that can produce Query instances.
|
| Class and Description |
|---|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| ImmutableEntityUpdateQueryHandlingMode
This enum defines how
Immutable entities are handled when executing a
bulk update statement. |
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| Class and Description |
|---|
| Limit
Paging limits
|
| Class and Description |
|---|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| CastType
Defines the set of basic types which should be
accepted by the
cast() function on every
platform. |
| ComparisonOperator
Defines the comparison operators.
|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| NullOrdering
The order of null.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| TemporalUnit
A temporal field type which can occur as an argument
to
extract() or as the unit of a duration
expression. |
| TrimSpec |
| Class and Description |
|---|
| Limit
Paging limits
|
| Class and Description |
|---|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| Class and Description |
|---|
| QueryProducer
Contract for things that can produce Query instances.
|
| Class and Description |
|---|
| QueryProducer
Contract for things that can produce Query instances.
|
| Class and Description |
|---|
| QueryProducer
Contract for things that can produce Query instances.
|
| TypedParameterValue
Can be used to bind query parameter values.
|
| Class and Description |
|---|
| ResultListTransformer
Allows defining transformation of the result List from a Query to some
other form.
|
| TupleTransformer
User hook for applying transformations of the query result tuples (the result "row").
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| CastType
Defines the set of basic types which should be
accepted by the
cast() function on every
platform. |
| DotIdentifierSequence
Hibernate often deals with compound names/paths.
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SortOrder |
| Class and Description |
|---|
| DotIdentifierSequence
Hibernate often deals with compound names/paths.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| Class and Description |
|---|
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| Class and Description |
|---|
| BinaryArithmeticOperator |
| CastType
Defines the set of basic types which should be
accepted by the
cast() function on every
platform. |
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| ComparisonOperator
Defines the comparison operators.
|
| ConstructorEntityArgumentMode
Describes the allowable ways in which entity references
can be handled as dynamic-instantiation (ctor result) argument.
|
| DotIdentifierSequence
Hibernate often deals with compound names/paths.
|
| DynamicInstantiationNature
Represents the type of instantiation to be performed.
|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| ImmutableEntityUpdateQueryHandlingMode
This enum defines how
Immutable entities are handled when executing a
bulk update statement. |
| Limit
Paging limits
|
| NativeQuery
Represents a native (SQL) query.
|
| NativeQuery.FetchReturn
Allows access to further control how join fetch returns are mapped back
from result sets.
|
| NativeQuery.InstantiationResultNode |
| NativeQuery.ResultNode
Simple unification interface for all returns from the various `#addXYZ` methods .
|
| NativeQuery.ReturnableResultNode
ResultNode which can be a query result
|
| NativeQuery.ReturnProperty
Allows access to further control how properties within a root or join
fetch are mapped back from the result set.
|
| NativeQuery.RootReturn
Allows access to further control how root returns are mapped back from
result sets.
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| NullOrdering
The order of null.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| ParameterMetadata
Access to known information about the parameters for a query.
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| QueryLogging |
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| ResultListTransformer
Allows defining transformation of the result List from a Query to some
other form.
|
| SemanticException
Represents an error in the semantics (meaning) of the passed query.
|
| SetOperator
The SQL set operators.
|
| SortOrder |
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| TemporalUnit
A temporal field type which can occur as an argument
to
extract() or as the unit of a duration
expression. |
| TrimSpec |
| TupleTransformer
User hook for applying transformations of the query result tuples (the result "row").
|
| UnaryArithmeticOperator |
| Class and Description |
|---|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| PathException
Indicates an attempt to use a path in an unsupported way
|
| SetOperator
The SQL set operators.
|
| SortOrder |
| Class and Description |
|---|
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| Class and Description |
|---|
| EntityIdentifierNavigablePath |
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NativeQuery.FetchReturn
Allows access to further control how join fetch returns are mapped back
from result sets.
|
| NativeQuery.InstantiationResultNode |
| NativeQuery.ResultNode
Simple unification interface for all returns from the various `#addXYZ` methods .
|
| NativeQuery.ReturnableResultNode
ResultNode which can be a query result
|
| NativeQuery.ReturnProperty
Allows access to further control how properties within a root or join
fetch are mapped back from the result set.
|
| NativeQuery.RootReturn
Allows access to further control how root returns are mapped back from
result sets.
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| Limit
Paging limits
|
| ParameterMetadata
Access to known information about the parameters for a query.
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| QueryProducer
Contract for things that can produce Query instances.
|
| ResultListTransformer
Allows defining transformation of the result List from a Query to some
other form.
|
| TupleTransformer
User hook for applying transformations of the query result tuples (the result "row").
|
| Class and Description |
|---|
| CommonQueryContract
Defines the aspects of query definition that apply to all forms of
querying (HQL, JPQL, criteria) across all forms of persistence contexts
(Session, StatelessSession, EntityManager).
|
| NativeQuery
Represents a native (SQL) query.
|
| Query
Represents an HQL/JPQL query or a compiled Criteria query.
|
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| ResultListTransformer
Allows defining transformation of the result List from a Query to some
other form.
|
| SynchronizeableQuery
A unifying interface for queries which can define tables (query spaces) to synchronize on.
|
| TupleTransformer
User hook for applying transformations of the query result tuples (the result "row").
|
| Class and Description |
|---|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SemanticException
Represents an error in the semantics (meaning) of the passed query.
|
| SortOrder |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SortOrder |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| PathException
Indicates an attempt to use a path in an unsupported way
|
| Class and Description |
|---|
| BinaryArithmeticOperator |
| QueryParameter
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
|
| TemporalUnit
A temporal field type which can occur as an argument
to
extract() or as the unit of a duration
expression. |
| TrimSpec |
| UnaryArithmeticOperator |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| PathException
Indicates an attempt to use a path in an unsupported way
|
| Class and Description |
|---|
| ComparisonOperator
Defines the comparison operators.
|
| Class and Description |
|---|
| DynamicInstantiationNature
Represents the type of instantiation to be performed.
|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SetOperator
The SQL set operators.
|
| SortOrder |
| Class and Description |
|---|
| ComparisonOperator
Defines the comparison operators.
|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| Limit
Paging limits
|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SortOrder |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SortOrder |
| Class and Description |
|---|
| BinaryArithmeticOperator |
| TemporalUnit
A temporal field type which can occur as an argument
to
extract() or as the unit of a duration
expression. |
| TrimSpec |
| UnaryArithmeticOperator |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| ComparisonOperator
Defines the comparison operators.
|
| Class and Description |
|---|
| FetchClauseType
The kind of fetch to use for the FETCH clause.
|
| NullPrecedence
Defines precedence of null values within
ORDER BY clause. |
| SetOperator
The SQL set operators.
|
| SortOrder |
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| NavigablePath
Compound-name where each path references to a domain or mapping model-part relative to a root path.
|
| Class and Description |
|---|
| ResultListTransformer
Allows defining transformation of the result List from a Query to some
other form.
|
| TupleTransformer
User hook for applying transformations of the query result tuples (the result "row").
|
| Class and Description |
|---|
| CastType
Defines the set of basic types which should be
accepted by the
cast() function on every
platform. |
| Class and Description |
|---|
| CastType
Defines the set of basic types which should be
accepted by the
cast() function on every
platform. |
| Class and Description |
|---|
| BinaryArithmeticOperator |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.