Uses of Package
org.hibernate.query
-
Classes in org.hibernate.query used by org.hibernate Class 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. -
Classes in org.hibernate.query used by org.hibernate.boot Class Description NullPrecedence Defines precedence of null values withinORDER BY
clause. -
Classes in org.hibernate.query used by org.hibernate.boot.query Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
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.NullPrecedence Defines precedence of null values withinORDER BY
clause. -
Classes in org.hibernate.query used by org.hibernate.cache.spi Class Description Limit Paging limits -
Classes in org.hibernate.query used by org.hibernate.cfg Class Description NullPrecedence Defines precedence of null values withinORDER BY
clause. -
Classes in org.hibernate.query used by org.hibernate.collection.spi Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.dialect Class Description CastType Defines the set of basic types which should be accepted by thecast()
function on every platform.ComparisonOperator Defines the comparison operators.FetchClauseType The kind of fetch to use for the FETCH clause.IntervalType The different types of intervals that SQL defines.NullOrdering The order of null.TemporalUnit A temporal field type which can occur as an argument toextract()
or as the unit of a duration expression.TrimSpec -
Classes in org.hibernate.query used by org.hibernate.dialect.pagination Class Description Limit Paging limits -
Classes in org.hibernate.query used by org.hibernate.engine.query.spi Class Description QueryParameter 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 QueryProducer Contract for things that can produce Query instances. -
Classes in org.hibernate.query used by org.hibernate.event.spi Class Description QueryProducer Contract for things that can produce Query instances. -
Classes in org.hibernate.query used by org.hibernate.jpa Class Description QueryProducer Contract for things that can produce Query instances. -
Classes in org.hibernate.query used by org.hibernate.jpa.spi Class 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"). -
Classes in org.hibernate.query used by org.hibernate.loader.ast.spi Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.metamodel Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.metamodel.mapping Class Description CastType Defines the set of basic types which should be accepted by thecast()
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. -
Classes in org.hibernate.query used by org.hibernate.metamodel.mapping.ordering.ast Class 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 withinORDER BY
clause.SortOrder -
Classes in org.hibernate.query used by org.hibernate.metamodel.model.domain Class Description DotIdentifierSequence Hibernate often deals with compound names/paths. -
Classes in org.hibernate.query used by org.hibernate.persister.entity Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.procedure Class 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. -
Classes in org.hibernate.query used by org.hibernate.procedure.spi Class 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. -
Classes in org.hibernate.query used by org.hibernate.query Class Description BinaryArithmeticOperator CastType Defines the set of basic types which should be accepted by thecast()
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 howImmutable
entities are handled when executing a bulk update statement.IntervalType The different types of intervals that SQL defines.Limit Paging limitsNativeQuery 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.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 withinORDER 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 toextract()
or as the unit of a duration expression.TrimSpec TupleTransformer User hook for applying transformations of the query result tuples (the result "row").UnaryArithmeticOperator -
Classes in org.hibernate.query used by org.hibernate.query.criteria Class 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 withinORDER BY
clause.SetOperator The SQL set operators.SortOrder -
Classes in org.hibernate.query used by org.hibernate.query.hql.spi Class 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. -
Classes in org.hibernate.query used by org.hibernate.query.named Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
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 Class Description EntityIdentifierNavigablePath NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
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.NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
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.NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.query.results.implicit Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.query.spi Class 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 limitsParameterMetadata 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"). -
Classes in org.hibernate.query used by org.hibernate.query.sql.spi Class 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"). -
Classes in org.hibernate.query used by org.hibernate.query.sqm Class Description NullPrecedence Defines precedence of null values withinORDER BY
clause.SemanticException Represents an error in the semantics (meaning) of the passed query.SortOrder -
Classes in org.hibernate.query used by org.hibernate.query.sqm.spi Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.query.sqm.sql Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.cte Class Description NullPrecedence Defines precedence of null values withinORDER BY
clause.SortOrder -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.domain Class 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 -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.expression Class 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 toextract()
or as the unit of a duration expression.TrimSpec UnaryArithmeticOperator -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.from Class 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 -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.predicate Class Description ComparisonOperator Defines the comparison operators. -
Classes in org.hibernate.query used by org.hibernate.query.sqm.tree.select Class 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 withinORDER BY
clause.SetOperator The SQL set operators.SortOrder -
Classes in org.hibernate.query used by org.hibernate.sql.ast.spi Class Description ComparisonOperator Defines the comparison operators.FetchClauseType The kind of fetch to use for the FETCH clause.Limit Paging limitsNavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path.NullPrecedence Defines precedence of null values withinORDER BY
clause.SortOrder -
Classes in org.hibernate.query used by org.hibernate.sql.ast.tree.cte Class 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 withinORDER BY
clause.SortOrder -
Classes in org.hibernate.query used by org.hibernate.sql.ast.tree.expression Class Description BinaryArithmeticOperator TemporalUnit A temporal field type which can occur as an argument toextract()
or as the unit of a duration expression.TrimSpec UnaryArithmeticOperator -
Classes in org.hibernate.query used by org.hibernate.sql.ast.tree.from Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.ast.tree.predicate Class Description ComparisonOperator Defines the comparison operators. -
Classes in org.hibernate.query used by org.hibernate.sql.ast.tree.select Class Description FetchClauseType The kind of fetch to use for the FETCH clause.NullPrecedence Defines precedence of null values withinORDER BY
clause.SetOperator The SQL set operators.SortOrder -
Classes in org.hibernate.query used by org.hibernate.sql.results.graph Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.results.graph.basic Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.results.graph.embeddable Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.results.graph.entity Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.results.graph.tuple Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.sql.results.jdbc.spi Class Description NavigablePath Compound-name where each path references to a domain or mapping model-part relative to a root path. -
Classes in org.hibernate.query used by org.hibernate.transform Class 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"). -
Classes in org.hibernate.query used by org.hibernate.type Class Description CastType Defines the set of basic types which should be accepted by thecast()
function on every platform. -
Classes in org.hibernate.query used by org.hibernate.type.descriptor.jdbc Class Description CastType Defines the set of basic types which should be accepted by thecast()
function on every platform. -
Classes in org.hibernate.query used by org.hibernate.type.spi Class Description BinaryArithmeticOperator IntervalType The different types of intervals that SQL defines.