Uses of Class
org.hibernate.query.sqm.NullPrecedence
-
Packages that use NullPrecedence Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.sqm org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.cte org.hibernate.query.sqm.tree.select org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.cte org.hibernate.sql.ast.tree.select -
-
Uses of NullPrecedence in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type NullPrecedence Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilder. applyDefaultNullPrecedence(NullPrecedence nullPrecedence)Apply a null precedence (NULLS FIRST, NULLS LAST) to be applied to order by clauses rendered in SQL queries. -
Uses of NullPrecedence in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NullPrecedence Modifier and Type Method Description NullPrecedenceSessionFactoryOptionsBuilder. getDefaultNullPrecedence()Methods in org.hibernate.boot.internal with parameters of type NullPrecedence Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderImpl. applyDefaultNullPrecedence(NullPrecedence nullPrecedence)voidSessionFactoryOptionsBuilder. applyDefaultNullPrecedence(NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NullPrecedence Modifier and Type Method Description NullPrecedenceAbstractDelegatingSessionFactoryOptions. getDefaultNullPrecedence()NullPrecedenceSessionFactoryOptions. getDefaultNullPrecedence()Methods in org.hibernate.boot.spi with parameters of type NullPrecedence Modifier and Type Method Description TAbstractDelegatingSessionFactoryBuilder. applyDefaultNullPrecedence(NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type NullPrecedence Modifier and Type Method Description voidAbstractDomainPath. apply(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)voidAbstractDomainPath. apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) -
Uses of NullPrecedence in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast that return NullPrecedence Modifier and Type Method Description NullPrecedenceOrderingSpecification. getNullPrecedence()Methods in org.hibernate.metamodel.mapping.ordering.ast with parameters of type NullPrecedence Modifier and Type Method Description voidColumnReference. apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)voidFunctionExpression. apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)voidOrderingExpression. apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)Apply the SQL AST sort-specifications associated with this ordering-expressionvoidSelfRenderingOrderingExpression. apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortOrder sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)voidOrderingSpecification. setNullPrecedence(NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return NullPrecedence Modifier and Type Method Description NullPrecedenceJpaOrder. getNullPrecedence()The precedence for nulls for this order elementMethods in org.hibernate.query.criteria with parameters of type NullPrecedence Modifier and Type Method Description JpaOrderJpaOrder. nullPrecedence(NullPrecedence precedence)Set the precedence for nulls for this order elementJpaOrderHibernateCriteriaBuilder. sort(JpaExpression<?> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return NullPrecedence Modifier and Type Method Description static NullPrecedenceNullPrecedence. parse(String name)Interprets a string representation of a NullPrecedence, returningnullby default.static NullPrecedenceNullPrecedence. parse(String name, NullPrecedence defaultValue)Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.static NullPrecedenceNullPrecedence. valueOf(String name)Returns the enum constant of this type with the specified name.static NullPrecedence[]NullPrecedence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.query.sqm with parameters of type NullPrecedence Modifier and Type Method Description static NullPrecedenceNullPrecedence. parse(String name, NullPrecedence defaultValue)Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.SqmSortSpecificationNodeBuilder. sort(JpaExpression<?> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type NullPrecedence Modifier and Type Method Description SqmSortSpecificationSqmCriteriaNodeBuilder. sort(JpaExpression<?> sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte that return NullPrecedence Modifier and Type Method Description NullPrecedenceSqmSearchClauseSpecification. getNullPrecedence()Constructors in org.hibernate.query.sqm.tree.cte with parameters of type NullPrecedence Constructor Description SqmSearchClauseSpecification(SqmCteTableColumn cteColumn, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return NullPrecedence Modifier and Type Method Description NullPrecedenceSqmSortSpecification. getNullPrecedence()Methods in org.hibernate.query.sqm.tree.select with parameters of type NullPrecedence Modifier and Type Method Description JpaOrderSqmSortSpecification. nullPrecedence(NullPrecedence nullPrecedence)Constructors in org.hibernate.query.sqm.tree.select with parameters of type NullPrecedence Constructor Description SqmSortSpecification(SqmExpression sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type NullPrecedence Modifier and Type Method Description protected voidAbstractSqlAstTranslator. emulateSortSpecificationNullPrecedence(Expression sortExpression, NullPrecedence nullPrecedence)protected voidAbstractSqlAstTranslator. visitSortSpecification(Expression sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.sql.ast.tree.cte
Methods in org.hibernate.sql.ast.tree.cte that return NullPrecedence Modifier and Type Method Description NullPrecedenceSearchClauseSpecification. getNullPrecedence()Constructors in org.hibernate.sql.ast.tree.cte with parameters of type NullPrecedence Constructor Description SearchClauseSpecification(CteColumn cteColumn, SortOrder sortOrder, NullPrecedence nullPrecedence) -
Uses of NullPrecedence in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return NullPrecedence Modifier and Type Method Description NullPrecedenceSortSpecification. getNullPrecedence()Constructors in org.hibernate.sql.ast.tree.select with parameters of type NullPrecedence Constructor Description SortSpecification(Expression sortExpression, SortOrder sortOrder, NullPrecedence nullPrecedence)
-