接口的使用
org.hibernate.query.criteria.internal.expression.UnaryOperatorExpression
-
使用UnaryOperatorExpression的程序包 程序包 说明 org.hibernate.query.criteria.internal.expression org.hibernate.query.criteria.internal.predicate -
-
org.hibernate.query.criteria.internal.expression中UnaryOperatorExpression的使用
实现UnaryOperatorExpression的org.hibernate.query.criteria.internal.expression中的类 修饰符和类型 类 说明 classUnaryArithmeticOperation<T>Models unary arithmetic operation (unary plus and unary minus). -
org.hibernate.query.criteria.internal.predicate中UnaryOperatorExpression的使用
实现UnaryOperatorExpression的org.hibernate.query.criteria.internal.predicate中的类 修饰符和类型 类 说明 classIsEmptyPredicate<C extends Collection>Models an IS [NOT] EMPTY restrictionclassNullnessPredicateDefines aPredicatefor checking the nullness state of an expression, aka an IS [NOT] NULL predicate.
-