Uses of Class
org.hibernate.query.sqm.SetOperator
-
Packages that use SetOperator Package Description org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.hql.internal org.hibernate.query.sqm org.hibernate.query.sqm.tree.select org.hibernate.sql.ast.tree.select -
-
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)
-