Uses of Enum Class
org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
Packages that use SqmModifiedSubQueryExpression.Modifier
Package
Description
Nodes representing expressions in the SQM tree.
-
Uses of SqmModifiedSubQueryExpression.Modifier in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return SqmModifiedSubQueryExpression.ModifierModifier and TypeMethodDescriptionSqmModifiedSubQueryExpression.getModifier()
Returns the enum constant of this class with the specified name.SqmModifiedSubQueryExpression.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.query.sqm.tree.expression with parameters of type SqmModifiedSubQueryExpression.ModifierModifierConstructorDescriptionSqmModifiedSubQueryExpression
(SqmSubQuery<T> subquery, SqmModifiedSubQueryExpression.Modifier modifier, NodeBuilder builder) SqmModifiedSubQueryExpression
(SqmSubQuery<T> subQuery, SqmModifiedSubQueryExpression.Modifier modifier, SqmExpressible<T> resultType, NodeBuilder builder)