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
void setExpectedType(Type expectedType)
getExpectedType
Type getExpectedType()
Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved