接口 UnaryOperatorExpression<T>
-
- 所有超级接口:
javax.persistence.criteria.Expression<T>,javax.persistence.criteria.Selection<T>,Serializable,javax.persistence.TupleElement<T>
public interface UnaryOperatorExpression<T> extends javax.persistence.criteria.Expression<T>, Serializable
Contract for operators with a single operand.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 javax.persistence.criteria.Expression<?>getOperand()Get the operand.
-