|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.ejb.criteria.AbstractNode org.hibernate.ejb.criteria.expression.AbstractTupleElement<X> org.hibernate.ejb.criteria.expression.SelectionImpl<T> org.hibernate.ejb.criteria.expression.ExpressionImpl<X> org.hibernate.ejb.criteria.path.AbstractPathImpl<X> org.hibernate.ejb.criteria.path.AbstractFromImpl<X,X> org.hibernate.ejb.criteria.path.RootImpl<X>
public class RootImpl<X>
TODO : javadoc
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl |
---|
AbstractFromImpl.BasicJoinScope, AbstractFromImpl.CorrelationJoinScope, AbstractFromImpl.JoinScope<X> |
Nested classes/interfaces inherited from interface org.hibernate.ejb.criteria.ParameterContainer |
---|
ParameterContainer.Helper |
Field Summary |
---|
Fields inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl |
---|
DEFAULT_JOIN_TYPE |
Constructor Summary | |
---|---|
RootImpl(CriteriaBuilderImpl criteriaBuilder,
javax.persistence.metamodel.EntityType<X> entityType)
|
Method Summary | |
---|---|
protected boolean |
canBeJoinSource()
|
RootImpl<X> |
correlateTo(CriteriaSubqueryImpl subquery)
|
protected FromImplementor<X,X> |
createCorrelationDelegate()
|
javax.persistence.metamodel.EntityType<X> |
getEntityType()
|
javax.persistence.metamodel.EntityType<X> |
getModel()
|
String |
getPathIdentifier()
Get the string representation of this path as a navigation from one of the queries identification variables |
String |
render(CriteriaQueryCompiler.RenderingContext renderingContext)
|
String |
renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
|
String |
renderTableExpression(CriteriaQueryCompiler.RenderingContext renderingContext)
|
Methods inherited from class org.hibernate.ejb.criteria.path.AbstractFromImpl |
---|
canBeDereferenced, canBeFetchSource, fetch, fetch, fetch, fetch, fetch, fetch, getAlias, getAttribute, getCorrelationParent, getFetches, getJoins, getParent, getPathSource, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet, locateAttributeInternal, locateManagedType, prepareAlias, prepareCorrelationDelegate |
Methods inherited from class org.hibernate.ejb.criteria.path.AbstractPathImpl |
---|
get, get, get, get, getParentPath, illegalDereference, locateAttribute, registerAttributePath, registerParameters, resolveCachedAttributePath, type, unknownAttribute |
Methods inherited from class org.hibernate.ejb.criteria.expression.ExpressionImpl |
---|
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull |
Methods inherited from class org.hibernate.ejb.criteria.expression.SelectionImpl |
---|
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection |
Methods inherited from class org.hibernate.ejb.criteria.expression.AbstractTupleElement |
---|
forceConversion, getJavaType, getValueHandler, resetJavaType, setAlias |
Methods inherited from class org.hibernate.ejb.criteria.AbstractNode |
---|
criteriaBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.criteria.From |
---|
getCorrelationParent, getJoins, isCorrelated, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinList, joinList, joinMap, joinMap, joinSet, joinSet |
Methods inherited from interface javax.persistence.criteria.Path |
---|
get, get, get, get, getParentPath, type |
Methods inherited from interface javax.persistence.criteria.Expression |
---|
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
---|
alias, getCompoundSelectionItems, isCompoundSelection |
Methods inherited from interface javax.persistence.TupleElement |
---|
getAlias, getJavaType |
Methods inherited from interface javax.persistence.criteria.FetchParent |
---|
fetch, fetch, fetch, fetch, fetch, fetch, getFetches |
Methods inherited from interface org.hibernate.ejb.criteria.ExpressionImplementor |
---|
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString |
Methods inherited from interface org.hibernate.ejb.criteria.SelectionImplementor |
---|
getValueHandlers |
Methods inherited from interface org.hibernate.ejb.criteria.TupleElementImplementor |
---|
getValueHandler |
Constructor Detail |
---|
public RootImpl(CriteriaBuilderImpl criteriaBuilder, javax.persistence.metamodel.EntityType<X> entityType)
Method Detail |
---|
public javax.persistence.metamodel.EntityType<X> getEntityType()
public javax.persistence.metamodel.EntityType<X> getModel()
getModel
in interface javax.persistence.criteria.Path<X>
getModel
in interface javax.persistence.criteria.Root<X>
protected FromImplementor<X,X> createCorrelationDelegate()
createCorrelationDelegate
in class AbstractFromImpl<X,X>
public RootImpl<X> correlateTo(CriteriaSubqueryImpl subquery)
AbstractFromImpl
correlateTo
in interface FromImplementor<X,X>
correlateTo
in class AbstractFromImpl<X,X>
protected boolean canBeJoinSource()
canBeJoinSource
in class AbstractFromImpl<X,X>
public String renderTableExpression(CriteriaQueryCompiler.RenderingContext renderingContext)
renderTableExpression
in interface FromImplementor<X,X>
public String getPathIdentifier()
AbstractPathImpl
getPathIdentifier
in interface PathSource<X>
getPathIdentifier
in class AbstractFromImpl<X,X>
public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
AbstractPathImpl
render
in interface Renderable
render
in class AbstractFromImpl<X,X>
public String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
AbstractPathImpl
renderProjection
in interface Renderable
renderProjection
in class AbstractFromImpl<X,X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |