Class SqmTreatedEmbeddedValuedSimplePath<T, S extends T>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<S>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<S>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<S>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<S>
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath<S>
org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath<S>
org.hibernate.query.sqm.tree.domain.SqmTreatedEmbeddedValuedSimplePath<T,S>
- All Implemented Interfaces:
Expression<S>, Path<S>, Selection<S>, Type<S>, TupleElement<S>, Serializable, JpaCriteriaNode, JpaExpression<S>, JpaPath<S>, JpaSelection<S>, JpaTreatedPath<T,S>, JpaTupleElement<S>, SemanticPathPart, SqmBindableType<S>, SqmExpressible<S>, SqmPath<S>, SqmPathWrapper<T, S>, SqmSimplePath<S>, SqmTreatedPath<T, S>, SqmExpression<S>, SqmSelectableNode<S>, SqmCacheable, SqmExpressibleAccessor<S>, SqmNode, SqmTypedNode<S>, SqmVisitableNode, BindableType<S>
public class SqmTreatedEmbeddedValuedSimplePath<T, S extends T>
extends SqmEmbeddedValuedSimplePath<S>
implements SqmTreatedPath<T,S>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmTreatedEmbeddedValuedSimplePath(SqmPath<T> wrappedPath, SqmEmbeddableDomainType<S> treatTarget) -
Method Summary
Modifier and TypeMethodDescription<X> Xaccept(SemanticQueryWalker<X> walker) Accept the walker per visitationvoidappendHqlString(StringBuilder hql, SqmRenderContext context) copy(SqmCopyContext context) @NonNull SqmBindableType<S> The expression's type.The path source that this path refers to (and that most likely created it).Get this path's actual resolved model, i.e.Access the wrapped SqmPath.SqmPath<?> resolvePathPart(String name, boolean isTerminal, SqmCreationState creationState) Methods inherited from class SqmEmbeddedValuedSimplePath
getExpressible, getExpressibleJavaType, getJavaType, getPersistenceType, getRelationalJavaType, getSqmType, treatAs, treatAsMethods inherited from class AbstractSqmSimplePath
getLhs, getModel, getParentNavigablePathMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, setExplicitAlias, toString, treatAs, treatAs, treatAs, treatAs, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, in, in, in, in, internalApplyInferableType, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualToMethods inherited from class AbstractJpaSelection
alias, getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface JpaPath
getParentPathMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmBindableType
resolveExpressibleMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmExpressible
getTypeNameMethods inherited from interface SqmExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPath
applyInferableType, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, setExplicitAlias, treatAs, treatAs, treatAs, treatAs, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTreatedPath
treatAs, treatAsMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmTreatedEmbeddedValuedSimplePath
public SqmTreatedEmbeddedValuedSimplePath(SqmPath<T> wrappedPath, SqmEmbeddableDomainType<S> treatTarget)
-
-
Method Details
-
copy
- Specified by:
copyin interfaceSqmExpression<T>- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmPath<T>- Specified by:
copyin interfaceSqmSelectableNode<T>- Specified by:
copyin interfaceSqmTypedNode<T>- Overrides:
copyin classSqmEmbeddedValuedSimplePath<S extends T>
-
getTreatTarget
- Specified by:
getTreatTargetin interfaceJpaTreatedPath<T, S extends T>- Specified by:
getTreatTargetin interfaceSqmTreatedPath<T, S extends T>
-
getWrappedPath
Description copied from interface:SqmPathWrapperAccess the wrapped SqmPath.- Specified by:
getWrappedPathin interfaceSqmPathWrapper<T, S extends T>- Specified by:
getWrappedPathin interfaceSqmTreatedPath<T, S extends T>
-
getNodeType
Description copied from interface:SqmExpressionThe expression's type.Can change as a result of calls to
SqmExpression.applyInferableType(SqmBindableType)- Specified by:
getNodeTypein interfaceSqmExpression<T>- Specified by:
getNodeTypein interfaceSqmPath<T>- Specified by:
getNodeTypein interfaceSqmTypedNode<T>- Overrides:
getNodeTypein classAbstractSqmSimplePath<S extends T>
-
getResolvedModel
Description copied from interface:SqmPathGet this path's actual resolved model, i.e. the concrete type for generic attributes.- Specified by:
getResolvedModelin interfaceSqmPath<T>- Overrides:
getResolvedModelin classAbstractSqmPath<S extends T>
-
getReferencedPathSource
Description copied from interface:SqmPathThe path source that this path refers to (and that most likely created it).- Specified by:
getReferencedPathSourcein interfaceSqmPath<T>- Overrides:
getReferencedPathSourcein classAbstractSqmSimplePath<S extends T>- See Also:
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode- Overrides:
acceptin classSqmEmbeddedValuedSimplePath<S extends T>
-
resolvePathPart
- Specified by:
resolvePathPartin interfaceSemanticPathPart- Specified by:
resolvePathPartin interfaceSqmPath<T>- Overrides:
resolvePathPartin classSqmEmbeddedValuedSimplePath<S extends T>
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode- Overrides:
appendHqlStringin classAbstractSqmSimplePath<S extends T>
-