Uses of Class
org.hibernate.query.sqm.tree.expression.NumericTypeCategory
-
Packages that use NumericTypeCategory Package Description org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
-
Uses of NumericTypeCategory in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return NumericTypeCategory Modifier and Type Method Description NumericTypeCategorySqmHqlNumericLiteral. getTypeCategory()static NumericTypeCategoryNumericTypeCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static NumericTypeCategory[]NumericTypeCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.query.sqm.tree.expression with parameters of type NumericTypeCategory Constructor Description SqmHqlNumericLiteral(String literalValue, NumericTypeCategory typeCategory, BasicDomainType<N> type, NodeBuilder criteriaBuilder) -
Uses of NumericTypeCategory in org.hibernate.sql.ast.tree.expression
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type NumericTypeCategory Constructor Description UnparsedNumericLiteral(String literalValue, NumericTypeCategory typeCategory, JdbcMapping jdbcMapping)
-