FileDocCategorySizeDatePackage
ExpectedTypeAwareNode.javaAPI DocHibernate 3.2.5387Thu Jun 08 16:04:46 BST 2006org.hibernate.hql.ast.tree

ExpectedTypeAwareNode

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

Fields Summary
Constructors Summary
Methods Summary
public org.hibernate.type.TypegetExpectedType()

public voidsetExpectedType(org.hibernate.type.Type expectedType)