org.hibernate.hql.ast.tree

Interface ExpectedTypeAwareNode

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 Details

getExpectedType

public Type getExpectedType()

setExpectedType

public void setExpectedType(Type expectedType)