Uses of Class
org.hibernate.query.sqm.SetOperator
-
Packages that use SetOperator Package Description org.hibernate.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.select Nodes representingselect
statements in the SQM tree.org.hibernate.sql.ast.tree.select AST nodes representingselect
statements in a SQL tree. -
-
Uses of SetOperator in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return SetOperator Modifier and Type Method Description SetOperator
JpaQueryGroup. getSetOperator()
Methods in org.hibernate.query.criteria with parameters of type SetOperator Modifier and Type Method Description void
JpaQueryGroup. setSetOperator(SetOperator setOperator)
-
Uses of SetOperator in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SetOperator Modifier and Type Method Description SetOperator
SemanticQueryBuilder. visitSetOperator(HqlParser.SetOperatorContext ctx)
-
Uses of SetOperator in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SetOperator Modifier and Type Method Description static SetOperator
SetOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SetOperator[]
SetOperator. values()
Returns an array containing the constants of this enum type, 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 SetOperator Modifier and Type Method Description SetOperator
SqmQueryGroup. getSetOperator()
Methods in org.hibernate.query.sqm.tree.select with parameters of type SetOperator Modifier and Type Method Description void
SqmQueryGroup. setSetOperator(SetOperator setOperator)
Constructors in org.hibernate.query.sqm.tree.select with parameters of type SetOperator Constructor Description SqmQueryGroup(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 SetOperator Modifier and Type Method Description SetOperator
QueryGroup. getSetOperator()
Constructors in org.hibernate.sql.ast.tree.select with parameters of type SetOperator Constructor Description QueryGroup(boolean isRoot, SetOperator setOperator, List<QueryPart> queryParts)
-