org.hibernate.ejb.criteria.path
Class RootImpl<X>
java.lang.Object
   org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.AbstractNode
       org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
           org.hibernate.ejb.criteria.expression.SelectionImpl<T>
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
               org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
org.hibernate.ejb.criteria.expression.ExpressionImpl<X>
                   org.hibernate.ejb.criteria.path.AbstractPathImpl<X>
org.hibernate.ejb.criteria.path.AbstractPathImpl<X>
                       org.hibernate.ejb.criteria.path.AbstractFromImpl<X,X>
org.hibernate.ejb.criteria.path.AbstractFromImpl<X,X>
                           org.hibernate.ejb.criteria.path.RootImpl<X>
org.hibernate.ejb.criteria.path.RootImpl<X>
- All Implemented Interfaces: 
- Serializable, Expression<X>, FetchParent<X,X>, From<X,X>, Path<X>, Root<X>, Selection<X>, TupleElement<X>, ExpressionImplementor<X>, FromImplementor<X,X>, ParameterContainer, PathImplementor<X>, PathSource<X>, Renderable, SelectionImplementor<X>, TupleElementImplementor<X>
- public class RootImpl<X> 
- extends AbstractFromImpl<X,X>- implements Root<X>, Serializable
TODO : javadoc
- See Also:
- Serialized Form
 
 
 
 
 
 
 
| 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 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 | 
 
 
 
 
 
 
 
 
 
RootImpl
public RootImpl(CriteriaBuilderImpl criteriaBuilder,
                EntityType<X> entityType)
getEntityType
public EntityType<X> getEntityType()
- 
 
- 
 
getModel
public EntityType<X> getModel()
- 
- Specified by:
- getModelin interface- Path<X>
- Specified by:
- getModelin interface- Root<X>
 
- 
 
createCorrelationDelegate
protected FromImplementor<X,X> createCorrelationDelegate()
- 
- Specified by:
- createCorrelationDelegatein class- AbstractFromImpl<X,X>
 
- 
 
correlateTo
public RootImpl<X> correlateTo(CriteriaSubqueryImpl subquery)
- Description copied from class: AbstractFromImpl
- 
 
- 
- Specified by:
- correlateToin interface- FromImplementor<X,X>
- Overrides:
- correlateToin class- AbstractFromImpl<X,X>
 
- 
 
canBeJoinSource
protected boolean canBeJoinSource()
- 
- Specified by:
- canBeJoinSourcein class- AbstractFromImpl<X,X>
 
- 
 
renderTableExpression
public String renderTableExpression(CriteriaQueryCompiler.RenderingContext renderingContext)
- 
- Specified by:
- renderTableExpressionin interface- FromImplementor<X,X>
 
- 
 
getPathIdentifier
public String getPathIdentifier()
- Description copied from class: AbstractPathImpl
- Get the string representation of this path as a navigation from one of the
 queries identification variables
 
- 
- Specified by:
- getPathIdentifierin interface- PathSource<X>
- Overrides:
- getPathIdentifierin class- AbstractFromImpl<X,X>
 
- 
- Returns:
- The path's identifier.
 
render
public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
- Description copied from class: AbstractPathImpl
- 
 
- 
- Specified by:
- renderin interface- Renderable
- Overrides:
- renderin class- AbstractFromImpl<X,X>
 
- 
 
renderProjection
public String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
- Description copied from class: AbstractPathImpl
- 
 
- 
- Specified by:
- renderProjectionin interface- Renderable
- Overrides:
- renderProjectionin class- AbstractFromImpl<X,X>
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.