Class SqmTextValuedSimplePath
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<String>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<String>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<String>
org.hibernate.query.sqm.tree.domain.AbstractSqmPath<String>
org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath<String>
org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath<String>
org.hibernate.query.sqm.tree.domain.SqmComparableValuedSimplePath<String>
org.hibernate.query.sqm.tree.domain.SqmTextValuedSimplePath
- All Implemented Interfaces:
ComparableExpression<String>, Expression<String>, Path<String>, Selection<String>, TextExpression, Type<String>, TupleElement<String>, Serializable, JpaComparableExpression<String>, JpaCriteriaNode, JpaExpression<String>, JpaPath<String>, JpaSelection<String>, JpaTextExpression, JpaTupleElement<String>, SemanticPathPart, SqmBindableType<String>, SqmExpressible<String>, SqmPath<String>, SqmSimplePath<String>, SqmTextPath, SqmComparableExpression<String>, SqmComparableExpressionImplementor<String>, SqmExpression<String>, SqmTextExpression, SqmTextExpressionImplementor, SqmSelectableNode<String>, SqmCacheable, SqmExpressibleAccessor<String>, SqmNode, SqmTypedNode<String>, SqmVisitableNode, BindableType<String>
public class SqmTextValuedSimplePath
extends SqmComparableValuedSimplePath<String>
implements SqmTextPath, SqmTextExpressionImplementor
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Type
Type.PersistenceType -
Field Summary
Fields inherited from interface SqmTextExpressionImplementor
LIKE_ESCAPE_CHARACTER -
Constructor Summary
ConstructorsConstructorDescriptionSqmTextValuedSimplePath(NavigablePath navigablePath, SqmPathSource<String> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) SqmTextValuedSimplePath(NavigablePath navigablePath, SqmPathSource<String> referencedPathSource, SqmPath<?> lhs, NodeBuilder nodeBuilder) -
Method Summary
Modifier and TypeMethodDescriptioncoalesce(Expression<? extends String> y) protected SqmTextValuedSimplePathcreateCopy(NavigablePath navigablePath, SqmPathSource<String> referencedPathSource, SqmPath<?> lhs, String explicitAlias, NodeBuilder nodeBuilder) nullif(Expression<? extends String> y) Methods inherited from class SqmBasicValuedSimplePath
accept, copy, getExpressible, getExpressibleJavaType, getJavaType, getJavaTypeDescriptor, getPersistenceType, getRelationalJavaType, getSqmType, resolveIndexedAccess, resolvePathPart, treatAs, treatAs, treatAs, treatAs, treatAs, treatAsMethods inherited from class AbstractSqmSimplePath
appendHqlString, getLhs, getModel, getNodeType, getParentNavigablePath, getReferencedPathSourceMethods inherited from class AbstractSqmPath
cacheHashCode, copyTo, equals, get, get, get, get, get, get, get, get, get, get, getExplicitAlias, getNavigablePath, getNavigablePathCopy, getNodeJavaType, getResolvedModel, getReusablePath, getReusablePaths, getTreatedPath, hashCode, isCompatible, registerReusablePath, resolvePath, resolvePath, setExplicitAlias, toString, type, visitReusablePathsMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, count, countDistinct, equalTo, equalTo, in, in, in, in, in, internalApplyInferableType, isMember, isNotMember, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualTo, selectCase, selectCaseMethods inherited from class AbstractJpaSelection
alias, getSelectionItems, isCompoundSelectionMethods inherited from class AbstractJpaTupleElement
copyTo, getAlias, setAlias, setExpressibleTypeMethods inherited from interface JpaExpression
count, countDistinct, in, isMember, isNotMember, selectCase, selectCaseMethods inherited from interface JpaPath
getParentPath, treatMethods 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 SqmComparableExpressionImplementor
asc, asc, between, between, desc, desc, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, max, minMethods 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
asLoggableTextMethods inherited from interface SqmPath
applyInferableType, copy, findRoot, get, get, get, get, get, getExplicitAlias, getJavaTypeDescriptor, getLhs, getNavigablePath, getNodeType, getReferencedPathSource, getResolvedModel, getReusablePath, getReusablePaths, registerReusablePath, resolveIndexedAccess, resolvePathPart, setExplicitAlias, treatAs, treatAs, treatAs, treatAs, treatAs, treatAs, type, visitReusablePathsMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTextExpressionImplementor
append, append, contains, endsWith, left, left, length, like, like, like, like, like, like, locate, locate, locate, locate, lower, nodeBuilder, notContains, notEndsWith, notLike, notLike, notLike, notLike, notLike, notLike, notStartsWith, prepend, prepend, replace, replace, replace, replace, right, right, startsWith, substring, substring, substring, substring, trim, trim, trim, trim, trim, trim, upperMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
accept, appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
Method Details
-
coalesce
- Specified by:
coalescein interfaceComparableExpression<String>- Specified by:
coalescein interfaceExpression<String>- Specified by:
coalescein interfaceJpaExpression<String>- Specified by:
coalescein interfaceSqmComparableExpression<String>- Specified by:
coalescein interfaceSqmComparableExpressionImplementor<String>- Specified by:
coalescein interfaceSqmTextExpression- Specified by:
coalescein interfaceSqmTextExpressionImplementor- Specified by:
coalescein interfaceTextExpression- Overrides:
coalescein classSqmComparableValuedSimplePath<String>
-
coalesce
- Specified by:
coalescein interfaceComparableExpression<String>- Specified by:
coalescein interfaceExpression<String>- Specified by:
coalescein interfaceJpaExpression<String>- Specified by:
coalescein interfaceSqmComparableExpression<String>- Specified by:
coalescein interfaceSqmComparableExpressionImplementor<String>- Specified by:
coalescein interfaceSqmTextExpression- Specified by:
coalescein interfaceSqmTextExpressionImplementor- Specified by:
coalescein interfaceTextExpression- Overrides:
coalescein classSqmComparableValuedSimplePath<String>
-
nullif
- Specified by:
nullifin interfaceComparableExpression<String>- Specified by:
nullifin interfaceExpression<String>- Specified by:
nullifin interfaceJpaExpression<String>- Specified by:
nullifin interfaceSqmComparableExpression<String>- Specified by:
nullifin interfaceSqmComparableExpressionImplementor<String>- Specified by:
nullifin interfaceSqmTextExpression- Specified by:
nullifin interfaceSqmTextExpressionImplementor- Specified by:
nullifin interfaceTextExpression- Overrides:
nullifin classSqmComparableValuedSimplePath<String>
-
nullif
- Specified by:
nullifin interfaceComparableExpression<String>- Specified by:
nullifin interfaceExpression<String>- Specified by:
nullifin interfaceJpaExpression<String>- Specified by:
nullifin interfaceSqmComparableExpression<String>- Specified by:
nullifin interfaceSqmComparableExpressionImplementor<String>- Specified by:
nullifin interfaceSqmTextExpression- Specified by:
nullifin interfaceSqmTextExpressionImplementor- Specified by:
nullifin interfaceTextExpression- Overrides:
nullifin classSqmComparableValuedSimplePath<String>