org.hibernate.hql.ast.tree
Interface ExpectedTypeAwareNode
- 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.
getExpectedType
public Type getExpectedType()
setExpectedType
public void setExpectedType(Type expectedType)