File
Doc
Category
Size
Date
Package
ExpectedTypeAwareNode.java
API Doc
Hibernate 3.2.5
387
Thu Jun 08 16:04:46 BST 2006
org.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.Type
getExpectedType
()
public void
setExpectedType
(
org.hibernate.type.Type
expectedType)
Java Code Source