|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.criteria.AbstractNode
public class AbstractNode
All nodes in a criteria query tree will generally need access to the CriteriaBuilderImpl
from which they
come. This base class provides convenient, consistent support for that.
Constructor Summary | |
---|---|
AbstractNode(CriteriaBuilderImpl criteriaBuilder)
|
Method Summary | |
---|---|
protected CriteriaBuilderImpl |
criteriaBuilder()
Provides protected access to the underlying CriteriaBuilderImpl . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractNode(CriteriaBuilderImpl criteriaBuilder)
Method Detail |
---|
protected CriteriaBuilderImpl criteriaBuilder()
CriteriaBuilderImpl
.
CriteriaBuilderImpl
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |