当前页面:
在线文档首页 >
Hibernate 3.2.3 正式版 API 英文文档
ExpectedTypeAwareNode (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档
org.hibernate.hql.ast.tree
Interface ExpectedTypeAwareNode
- All Known Implementing Classes:
- BooleanLiteralNode, JavaConstantNode, ParameterNode
- public interface ExpectedTypeAwareNode
Interface for nodes which wish to be made aware of any determined "expected
type" based on the context within they appear in the query.
- Author:
- Steve Ebersole
setExpectedType
public void setExpectedType(Type expectedType)
getExpectedType
public Type getExpectedType()