public interface

ExpectedTypeAwareNode

org.hibernate.hql.ast.tree.ExpectedTypeAwareNode
Known Indirect Subclasses

Class Overview

Interface for nodes which wish to be made aware of any determined "expected type" based on the context within they appear in the query.

Summary

Public Methods
abstract Type getExpectedType()
abstract void setExpectedType(Type expectedType)

Public Methods

public abstract Type getExpectedType ()

public abstract void setExpectedType (Type expectedType)