站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

ExpectedTypeAwareNode (Hibernate API Documentation) - Hibernate 3.2.4 正式版 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

Method Summary
 Type getExpectedType()
           
 void setExpectedType(Type expectedType)
           
 

Method Detail

setExpectedType

public void setExpectedType(Type expectedType)

getExpectedType

public Type getExpectedType()