Uses of Enum Class
org.hibernate.query.sqm.SetOperator
Packages that use SetOperator
Package
Description
Implementation of the SPIs for HQL support.
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.hql.internal
Methods in org.hibernate.query.hql.internal that return SetOperatorModifier and TypeMethodDescriptionSemanticQueryBuilder.visitSetOperator
(HqlParser.SetOperatorContext ctx) -
Uses of SetOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SetOperatorModifier and TypeMethodDescriptionstatic SetOperator
Returns 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) -
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)