Class RootImpl<X>
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<T>
com.blazebit.persistence.criteria.impl.expression.AbstractExpression<X>
com.blazebit.persistence.criteria.impl.path.AbstractPath<X>
com.blazebit.persistence.criteria.impl.path.AbstractFrom<X,X>
com.blazebit.persistence.criteria.impl.path.RootImpl<X>
- All Implemented Interfaces:
BlazeExpression<X>,BlazeFetchParent<X,,X> BlazeFrom<X,,X> BlazePath<X>,BlazeRoot<X>,Serializable,Expression<X>,FetchParent<X,,X> From<X,,X> Path<X>,Root<X>,Selection<X>,TupleElement<X>
- Direct Known Subclasses:
RootImpl.TreatedRoot
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.blazebit.persistence.criteria.impl.path.AbstractFrom
AbstractFrom.BasicJoinScope, AbstractFrom.CorrelationJoinScope, AbstractFrom.JoinScope<X> -
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.path.AbstractFrom
DEFAULT_JOIN_TYPEFields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsConstructorDescriptionRootImpl(BlazeCriteriaBuilderImpl criteriaBuilder, javax.persistence.metamodel.EntityType<X> entityType, String alias, boolean joinsAllowed) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidcorrelateTo(SubqueryExpression<?> subquery) protected AbstractFrom<X,X> javax.persistence.metamodel.EntityType<X>javax.persistence.metamodel.EntityType<X>getModel()protected booleanJoinsvoidrender(RenderContext context) voidrenderPathExpression(RenderContext context) Methods inherited from class com.blazebit.persistence.criteria.impl.path.AbstractFrom
addTreatedPath, alias, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, findAttribute, getAlias, getAttribute, getBlazeJoins, getCorrelationParent, getFetches, getJoins, getJoinScope, getManagedType, getParent, getTreatedPaths, isCorrelated, isDereferencable, isFetchAllowed, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinCollection, joinCollection, joinList, joinList, joinList, joinList, joinMap, joinMap, joinMap, joinMap, joinSet, joinSet, joinSet, joinSet, prepareCorrelationDelegate, resolveAlias, visitMethods inherited from class com.blazebit.persistence.criteria.impl.path.AbstractPath
get, get, get, get, getAttribute, getAttributePath, getBasePath, getParentPath, getTreatType, putAttributePath, typeMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
getCompoundSelectionItems, isCompoundSelection, visitParametersMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.criteria.BlazeExpression
asMethods inherited from interface com.blazebit.persistence.criteria.BlazeFetchParent
fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetch, fetchMethods inherited from interface com.blazebit.persistence.criteria.BlazeFrom
getBlazeJoins, getCorrelationParent, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, join, joinCollection, joinCollection, joinCollection, joinCollection, joinList, joinList, joinList, joinList, joinMap, joinMap, joinMap, joinMap, joinSet, joinSet, joinSet, joinSetMethods inherited from interface com.blazebit.persistence.criteria.BlazePath
get, get, get, get, getParentPath, typeMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.FetchParent
getFetchesMethods inherited from interface javax.persistence.criteria.From
getJoins, isCorrelatedMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
RootImpl
public RootImpl(BlazeCriteriaBuilderImpl criteriaBuilder, javax.persistence.metamodel.EntityType<X> entityType, String alias, boolean joinsAllowed)
-
-
Method Details
-
getEntityType
-
getModel
-
createCorrelationDelegate
- Specified by:
createCorrelationDelegatein classAbstractFrom<X,X>
-
correlateTo
- Overrides:
correlateToin classAbstractFrom<X,X>
-
isJoinAllowed
protected boolean isJoinAllowed()Description copied from class:AbstractFromJoins- Specified by:
isJoinAllowedin classAbstractFrom<X,X>
-
checkJoinAllowed
protected void checkJoinAllowed()- Overrides:
checkJoinAllowedin classAbstractFrom<X,X>
-
checkFetchAllowed
protected void checkFetchAllowed()- Overrides:
checkFetchAllowedin classAbstractFrom<X,X>
-
treatAs
-
getPathExpression
- Overrides:
getPathExpressionin classAbstractFrom<X,X>
-
renderPathExpression
- Overrides:
renderPathExpressionin classAbstractFrom<X,X>
-
render
- Overrides:
renderin classAbstractFrom<X,X>
-