Class SqmCaseSearched<R>
java.lang.Object
org.hibernate.query.sqm.tree.AbstractSqmNode
org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement<R>
org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection<R>
org.hibernate.query.sqm.tree.expression.AbstractSqmExpression<R>
org.hibernate.query.sqm.tree.expression.SqmCaseSearched<R>
- All Implemented Interfaces:
CriteriaBuilder.Case<R>, Expression<R>, Selection<R>, TupleElement<R>, Serializable, JpaCriteriaNode, JpaExpression<R>, JpaSearchedCase<R>, JpaSelection<R>, JpaTupleElement<R>, SqmExpression<R>, SqmSelectableNode<R>, SqmCacheable, SqmExpressibleAccessor<R>, SqmNode, SqmTypedNode<R>, SqmVisitableNode
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSqmCaseSearched(int estimatedWhenSize, NodeBuilder nodeBuilder) SqmCaseSearched(@Nullable SqmBindableType<R> inherentType, NodeBuilder nodeBuilder) SqmCaseSearched(NodeBuilder nodeBuilder) -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(SemanticQueryWalker<T> walker) Accept the walker per visitationvoidappendHqlString(StringBuilder hql, SqmRenderContext context) intcopy(SqmCopyContext context) boolean@Nullable SqmExpression<? extends R> List<SqmCaseSearched.WhenFragment<? extends R>> inthashCode()protected voidinternalApplyInferableType(@Nullable SqmBindableType<?> newType) booleanisCompatible(Object object) otherwise(Expression<? extends R> result) otherwise(SqmExpression<? extends R> otherwiseExpression) when(Expression<Boolean> condition, @Nullable R result) when(Expression<Boolean> condition, Expression<? extends R> result) when(SqmPredicate predicate, SqmExpression<? extends R> result) Methods inherited from class AbstractSqmExpression
applyInferableType, as, cast, equalTo, equalTo, getJavaTypeDescriptor, in, in, in, in, isNotNull, isNull, nodeBuilder, notEqualTo, notEqualToMethods 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 JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeDescriptor, getJavaTypeName, isEnumMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmExpression
asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, castAs, getNodeType, visitSubSelectableNodesMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmTypedNode
getExpressible, getNodeJavaTypeMethods inherited from interface SqmVisitableNode
toHqlStringMethods inherited from interface TupleElement
getAlias
-
Constructor Details
-
SqmCaseSearched
-
SqmCaseSearched
-
SqmCaseSearched
-
-
Method Details
-
copy
- Specified by:
copyin interfaceSqmExpression<R>- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmSelectableNode<R>- Specified by:
copyin interfaceSqmTypedNode<R>
-
getWhenFragments
-
getOtherwise
-
when
-
otherwise
-
internalApplyInferableType
- Overrides:
internalApplyInferableTypein classAbstractSqmExpression<R>
-
accept
Description copied from interface:SqmVisitableNodeAccept the walker per visitation- Specified by:
acceptin interfaceSqmVisitableNode
-
asLoggableText
- Specified by:
asLoggableTextin interfaceSqmNode
-
appendHqlString
- Specified by:
appendHqlStringin interfaceSqmVisitableNode
-
equals
-
hashCode
-
isCompatible
- Specified by:
isCompatiblein interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCodein interfaceSqmCacheable
-
when
- Specified by:
whenin interfaceCriteriaBuilder.Case<R>- Specified by:
whenin interfaceJpaSearchedCase<R>
-
when
- Specified by:
whenin interfaceCriteriaBuilder.Case<R>- Specified by:
whenin interfaceJpaSearchedCase<R>
-
otherwise
- Specified by:
otherwisein interfaceCriteriaBuilder.Case<R>- Specified by:
otherwisein interfaceJpaSearchedCase<R>
-
otherwise
- Specified by:
otherwisein interfaceCriteriaBuilder.Case<R>- Specified by:
otherwisein interfaceJpaSearchedCase<R>
-