Uses of Package
org.hibernate.query
-
Classes in org.hibernate.query used by org.hibernate Class Description Query Represents a criteria query or a query written in HQL.QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
. -
Classes in org.hibernate.query used by org.hibernate.boot.internal Class Description ImmutableEntityUpdateQueryHandlingMode This enum defines howImmutable
entities are handled when executing a bulk update statement. -
Classes in org.hibernate.query used by org.hibernate.boot.spi Class Description ImmutableEntityUpdateQueryHandlingMode This enum defines howImmutable
entities are handled when executing a bulk update statement. -
Classes in org.hibernate.query used by org.hibernate.dialect.function Class Description ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.engine.query.spi Class Description BindableType Types that can be used to handle bindingQuery
parametersQueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query. -
Classes in org.hibernate.query used by org.hibernate.engine.spi Class Description BindableType Types that can be used to handle bindingQuery
parametersMutationQuery Models a mutation (insert, update, or delete) query.NativeQuery Represents a native (SQL) query.Query Represents a criteria query or a query written in HQL.QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
.SelectionQuery Models a selection query returning results. -
Classes in org.hibernate.query used by org.hibernate.envers.function Class Description ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.envers.internal.entities.mapper.id Class Description Query Represents a criteria query or a query written in HQL. -
Classes in org.hibernate.query used by org.hibernate.envers.internal.entities.mapper.relation.lazy Class Description QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
. -
Classes in org.hibernate.query used by org.hibernate.envers.internal.entities.mapper.relation.query Class Description Query Represents a criteria query or a query written in HQL. -
Classes in org.hibernate.query used by org.hibernate.envers.internal.revisioninfo Class Description Query Represents a criteria query or a query written in HQL. -
Classes in org.hibernate.query used by org.hibernate.envers.internal.tools.query Class Description Query Represents a criteria query or a query written in HQL. -
Classes in org.hibernate.query used by org.hibernate.envers.query.internal.impl Class Description Query Represents a criteria query or a query written in HQL. -
Classes in org.hibernate.query used by org.hibernate.event.spi Class Description QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
. -
Classes in org.hibernate.query used by org.hibernate.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersMutationQuery Models a mutation (insert, update, or delete) query.Query Represents a criteria query or a query written in HQL.QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
.SelectionQuery Models a selection query returning results. -
Classes in org.hibernate.query used by org.hibernate.jpa.spi Class Description ResultListTransformer TupleTransformer TypedTupleTransformer Extension to TupleTransformer exposing the transformation target type. -
Classes in org.hibernate.query used by org.hibernate.loader.ast.internal Class Description ResultListTransformer TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.metamodel Class Description BindableType Types that can be used to handle bindingQuery
parameters -
Classes in org.hibernate.query used by org.hibernate.metamodel.model.domain Class Description BindableType Types that can be used to handle bindingQuery
parametersOutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.metamodel.model.domain.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersOutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
PathException Indicates an attempt to use a path in an unsupported wayReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.persister.entity Class Description BindableType Types that can be used to handle bindingQuery
parametersOutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.procedure Class Description CommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate.query used by org.hibernate.procedure.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.OutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
ParameterMetadata Access to known information about the parameters for a query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.SelectionQuery Models a selection query returning results.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate.query used by org.hibernate.procedure.spi Class Description CommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.SelectionQuery Models a selection query returning results.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on. -
Classes in org.hibernate.query used by org.hibernate.query Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.IllegalQueryOperationException Indicates an attempt to perform some operation on a Query that is illegal based on its state, e.g., attempt to callQuery.executeUpdate()
on a SELECT query.ImmutableEntityUpdateQueryHandlingMode This enum defines howImmutable
entities are handled when executing a bulk update statement.MutationQuery Models a mutation (insert, update, or delete) query.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 resultNativeQuery.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.ParameterMetadata Access to known information about the parameters for a query.Query Represents a criteria query or a query written in HQL.QueryLogging QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer SelectionQuery Models a selection query returning results.SemanticException Represents an error in the semantics (meaning) of the passed query.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.derived Class Description BindableType Types that can be used to handle bindingQuery
parametersReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.query.hql.spi Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer SelectionQuery Models a selection query returning results.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersParameterMetadata Access to known information about the parameters for a query.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.procedure Class Description QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query. -
Classes in org.hibernate.query used by org.hibernate.query.results.complete Class Description NativeQuery.CollectionReturn NativeQuery.ResultNode Simple unification interface for all returns from the various `#addXYZ` methods .NativeQuery.ReturnableResultNode ResultNode which can be a query resultNativeQuery.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. -
Classes in org.hibernate.query used by org.hibernate.query.results.dynamic Class 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 resultNativeQuery.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. -
Classes in org.hibernate.query used by org.hibernate.query.spi Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.ParameterMetadata Access to known information about the parameters for a query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.QueryProducer Contract for things that can produce instances ofQuery
andNativeQuery
.ResultListTransformer SelectionQuery Models a selection query returning results.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.sql.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.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 Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer SelectionQuery Models a selection query returning results.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.sql.spi Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.MutationQuery Models a mutation (insert, update, or delete) query.NativeQuery Represents a native (SQL) query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer SelectionQuery Models a selection query returning results.SynchronizeableQuery A unifying interface for queries which can define tables (query spaces) to synchronize on.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.sqm Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.SelectionQuery Models a selection query returning results.SemanticException Represents an error in the semantics (meaning) of the passed query. -
Classes in org.hibernate.query used by org.hibernate.query.sqm.function Class Description ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.query.sqm.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersCommonQueryContract Defines the aspects of query execution and parameter binding that apply to all forms of querying - HQL, criteria queries, andstored procedure calls
.IllegalQueryOperationException Indicates an attempt to perform some operation on a Query that is illegal based on its state, e.g., attempt to callQuery.executeUpdate()
on a SELECT query.MutationQuery Models a mutation (insert, update, or delete) query.Query Represents a criteria query or a query written in HQL.QueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ResultListTransformer SelectionQuery Models a selection query returning results.TupleTransformer -
Classes in org.hibernate.query used by org.hibernate.query.sqm.produce.function Class Description ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.domain Class Description BindableType Types that can be used to handle bindingQuery
parametersPathException Indicates an attempt to use a path in an unsupported way -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.expression Class Description BindableType Types that can be used to handle bindingQuery
parametersQueryParameter Represents a parameter defined in the source (HQL/JPQL or criteria) query.ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.from Class Description PathException Indicates an attempt to use a path in an unsupported way -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.select Class Description BindableType Types that can be used to handle bindingQuery
parameters -
Classes in org.hibernate.query used by org.hibernate.sql.exec.internal Class Description BindableType Types that can be used to handle bindingQuery
parameters -
Classes in org.hibernate.query used by org.hibernate.sql.exec.spi Class Description BindableType Types that can be used to handle bindingQuery
parameters -
Classes in org.hibernate.query used by org.hibernate.sql.results.internal Class Description JpaTuple Hibernate extension to the Jakarta PersistenceTuple
contractTupleTransformer -
Classes in org.hibernate.query used by org.hibernate.transform Class Description ResultListTransformer TupleTransformer TypedTupleTransformer Extension to TupleTransformer exposing the transformation target type. -
Classes in org.hibernate.query used by org.hibernate.type Class Description BindableType Types that can be used to handle bindingQuery
parametersOutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
ReturnableType Specialization of DomainType for types that can be used as function returns -
Classes in org.hibernate.query used by org.hibernate.type.internal Class Description BindableType Types that can be used to handle bindingQuery
parametersOutputableType Specialization of DomainType for types that can be used as a parameter output for aProcedureCall
ReturnableType Specialization of DomainType for types that can be used as function returns