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 representingselectstatements in the SQM tree.org.hibernate.sql.ast.tree.select AST nodes representingselectstatements 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 SetOperatorJpaQueryGroup. getSetOperator()Methods in org.hibernate.query.criteria with parameters of type SetOperator Modifier and Type Method Description voidJpaQueryGroup. 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 SetOperatorSemanticQueryBuilder. 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 SetOperatorSetOperator. 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 SetOperatorSqmQueryGroup. getSetOperator()Methods in org.hibernate.query.sqm.tree.select with parameters of type SetOperator Modifier and Type Method Description voidSqmQueryGroup. 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 SetOperatorQueryGroup. getSetOperator()Constructors in org.hibernate.sql.ast.tree.select with parameters of type SetOperator Constructor Description QueryGroup(boolean isRoot, SetOperator setOperator, List<QueryPart> queryParts)
-