当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
UnaryOperatorNode (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.tree
Interface UnaryOperatorNode
- All Superinterfaces:
- OperatorNode
- All Known Implementing Classes:
- UnaryArithmeticNode, UnaryLogicOperatorNode
- public interface UnaryOperatorNode
- extends OperatorNode
Contract for nodes representing unary operators.
- Author:
- Steve Ebersole
Method Summary |
Node |
getOperand()
Retrievs the node representing the operator's single operand. |
getOperand
public Node getOperand()
- Retrievs the node representing the operator's single operand.
- Returns:
- The operator's single operand.