Class SqmTextExpressionWrapper
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.expression.SqmComparableExpressionWrapper<String>
org.hibernate.query.sqm.tree.expression.SqmTextExpressionWrapper
- All Implemented Interfaces:
ComparableExpression<String>, Expression<String>, Selection<String>, TextExpression, TupleElement<String>, Serializable, JpaComparableExpression<String>, JpaCriteriaNode, JpaExpression<String>, JpaSelection<String>, JpaTextExpression, JpaTupleElement<String>, SqmComparableExpression<String>, SqmComparableExpressionImplementor<String>, SqmExpression<String>, SqmExpressionWrapper<String>, SqmTextExpression, SqmTextExpressionImplementor, SqmSelectableNode<String>, SqmCacheable, SqmExpressibleAccessor<String>, SqmNode, SqmTypedNode<String>, SqmVisitableNode
public class SqmTextExpressionWrapper
extends SqmComparableExpressionWrapper<String>
implements SqmTextExpressionImplementor
- See Also:
-
Field Summary
Fields inherited from interface SqmTextExpressionImplementor
LIKE_ESCAPE_CHARACTER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncoalesce(Expression<? extends String> y) nullif(Expression<? extends String> y) Methods inherited from class SqmComparableExpressionWrapper
accept, appendHqlString, cacheHashCode, copy, equals, getWrappedExpression, hashCode, isCompatibleMethods inherited from class AbstractSqmExpression
applyInferableType, as, cast, count, countDistinct, equalTo, equalTo, getJavaTypeDescriptor, 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, getNodeType, setAlias, setExpressibleTypeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JpaExpression
count, countDistinct, in, isMember, isNotMember, selectCase, selectCaseMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods 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 SqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, copy, equalTo, equalTo, getNodeType, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmNode
asLoggableTextMethods 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
-
SqmTextExpressionWrapper
-
-
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 classSqmComparableExpressionWrapper<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 classSqmComparableExpressionWrapper<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 classSqmComparableExpressionWrapper<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 classSqmComparableExpressionWrapper<String>
-