程序包的使用
org.hibernate.query.criteria.internal.expression.function
-
使用org.hibernate.query.criteria.internal.expression.function的程序包 程序包 说明 org.hibernate.query.criteria.internal.compile org.hibernate.query.criteria.internal.expression.function -
org.hibernate.query.criteria.internal.compile使用的org.hibernate.query.criteria.internal.expression.function中的类 类 说明 FunctionExpression Contract for expressions which model a SQL function call. -
org.hibernate.query.criteria.internal.expression.function使用的org.hibernate.query.criteria.internal.expression.function中的类 类 说明 AggregationFunction Models SQL aggregation functions (MIN, MAX, COUNT, etc).BasicFunctionExpression Models the basic concept of a SQL function.FunctionExpression Contract for expressions which model a SQL function call.ParameterizedFunctionExpression Support for functions with parameters.