Class RootImpl.TreatedRoot<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>
com.blazebit.persistence.criteria.impl.path.RootImpl.TreatedRoot<X>
- All Implemented Interfaces:
BlazeExpression<X>,BlazeFetchParent<X,,X> BlazeFrom<X,,X> BlazePath<X>,BlazeRoot<X>,TreatedPath<X>,Serializable,Expression<X>,FetchParent<X,,X> From<X,,X> Path<X>,Root<X>,Selection<X>,TupleElement<X>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.blazebit.persistence.criteria.impl.path.RootImpl
RootImpl.TreatedRoot<X>Nested 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
ConstructorsConstructorDescriptionTreatedRoot(BlazeCriteriaBuilderImpl criteriaBuilder, RootImpl<? super X> treatedRoot, javax.persistence.metamodel.EntityType<X> treatType) -
Method Summary
Modifier and TypeMethodDescriptioncorrelateTo(SubqueryExpression<?> subquery) protected AbstractFrom<X,X> getAlias()protected javax.persistence.metamodel.ManagedType<X>AbstractPath<? super X>javax.persistence.metamodel.EntityType<X>voidrender(RenderContext context) voidrenderPathExpression(RenderContext context) Methods inherited from class com.blazebit.persistence.criteria.impl.path.RootImpl
checkFetchAllowed, checkJoinAllowed, getEntityType, getModel, isJoinAllowed, treatAsMethods 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, getAttribute, getBlazeJoins, getCorrelationParent, getFetches, getJoins, getJoinScope, 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
getJavaType
-
Constructor Details
-
TreatedRoot
public TreatedRoot(BlazeCriteriaBuilderImpl criteriaBuilder, RootImpl<? super X> treatedRoot, javax.persistence.metamodel.EntityType<X> treatType)
-
-
Method Details
-
getManagedType
- Overrides:
getManagedTypein classAbstractFrom<X,X>
-
getTreatType
- Specified by:
getTreatTypein interfaceTreatedPath<X>
-
getTreatedPath
- Specified by:
getTreatedPathin interfaceTreatedPath<X>
-
getAlias
- Specified by:
getAliasin interfaceTupleElement<X>- Overrides:
getAliasin classAbstractFrom<X,X>
-
createCorrelationDelegate
- Overrides:
createCorrelationDelegatein classRootImpl<X>
-
correlateTo
- Overrides:
correlateToin classRootImpl<X>
-
getPathExpression
- Overrides:
getPathExpressionin classRootImpl<X>
-
renderPathExpression
- Overrides:
renderPathExpressionin classRootImpl<X>
-
render
-