Uses of Enum Class
org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
Packages that use ModifiedSubQueryExpression.Modifier
Package
Description
AST nodes representing expressions in a SQL tree.
-
Uses of ModifiedSubQueryExpression.Modifier in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return ModifiedSubQueryExpression.ModifierModifier and TypeMethodDescriptionModifiedSubQueryExpression.getModifier()
Returns the enum constant of this class with the specified name.static ModifiedSubQueryExpression.Modifier[]
ModifiedSubQueryExpression.Modifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.sql.ast.tree.expression with parameters of type ModifiedSubQueryExpression.ModifierModifierConstructorDescriptionModifiedSubQueryExpression
(SelectStatement subQuery, ModifiedSubQueryExpression.Modifier modifier)