Uses of Enum Class
org.hibernate.query.sqm.tree.expression.NumericTypeCategory
Packages that use NumericTypeCategory
Package
Description
Nodes representing expressions in the SQM tree.
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 NumericTypeCategoryModifier and TypeMethodDescriptionSqmHqlNumericLiteral.getTypeCategory()static NumericTypeCategoryReturns the enum constant of this class with the specified name.static NumericTypeCategory[]NumericTypeCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.query.sqm.tree.expression with parameters of type NumericTypeCategoryModifierConstructorDescriptionSqmHqlNumericLiteral(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 NumericTypeCategoryModifierConstructorDescriptionUnparsedNumericLiteral(String literalValue, NumericTypeCategory typeCategory, JdbcMapping jdbcMapping)