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

void setExpectedType(Type expectedType)

getExpectedType

Type getExpectedType()


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.