Uses of Enum Class
org.hibernate.query.sqm.SetOperator
Packages that use SetOperator
Package
Description
This package defines a semantic model of HQL queries.
Nodes representing
select statements in the SQM tree.AST nodes representing
select statements in a SQL tree.-
Uses of SetOperator in org.hibernate.query.sqm
Subclasses with type arguments of type SetOperator in org.hibernate.query.sqmMethods in org.hibernate.query.sqm that return SetOperatorModifier and TypeMethodDescriptionstatic SetOperatorReturns the enum constant of this class with the specified name.static SetOperator[]SetOperator.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SetOperator in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select that return SetOperatorMethods in org.hibernate.query.sqm.tree.select with parameters of type SetOperatorConstructors in org.hibernate.query.sqm.tree.select with parameters of type SetOperatorModifierConstructorDescriptionSqmQueryGroup(NodeBuilder nodeBuilder, SetOperator setOperator, List<SqmQueryPart<T>> queryParts) SqmQueryGroup(SqmQueryPart<T> queryPart, SetOperator setOperator) -
Uses of SetOperator in org.hibernate.sql.ast.tree.select
Methods in org.hibernate.sql.ast.tree.select that return SetOperatorConstructors in org.hibernate.sql.ast.tree.select with parameters of type SetOperatorModifierConstructorDescriptionQueryGroup(boolean isRoot, SetOperator setOperator, List<QueryPart> queryParts)