Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleSelectStatementStateObject
-
Packages that use SimpleSelectStatementStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of SimpleSelectStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type SimpleSelectStatementStateObject Modifier and Type Method Description protected IBuilder<SimpleSelectStatementStateObject,StateObject>BasicStateObjectBuilder. buildSimpleSelectStatementBuilder()protected IBuilder<SimpleSelectStatementStateObject,StateObject>BasicStateObjectBuilder. getSimpleSelectStatementBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type SimpleSelectStatementStateObject Modifier and Type Method Description TAbstractConditionalExpressionStateObjectBuilder. all(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. all(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. all(SimpleSelectStatementStateObject subquery)Creates the expressionALL(subquery).protected voidAbstractConditionalExpressionStateObjectBuilder. allOrAny(String identifier, SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. any(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. any(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. any(SimpleSelectStatementStateObject subquery)Creates the expressionANY(subquery).protected voidAbstractConditionalExpressionStateObjectBuilder. exists(boolean not, SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. exists(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. exists(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. exists(SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. in(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. in(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. in(SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. notExists(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. notExists(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. notExists(SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. notIn(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. notIn(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. notIn(SimpleSelectStatementStateObject subquery)TAbstractConditionalExpressionStateObjectBuilder. some(SimpleSelectStatementStateObject subquery)IConditionalExpressionStateObjectBuilderAbstractConditionalStateObjectBuilderWrapper. some(SimpleSelectStatementStateObject subquery)TIAbstractConditionalExpressionStateObjectBuilder. some(SimpleSelectStatementStateObject subquery)voidAbstractActualJPQLQueryFormatter. visit(SimpleSelectStatementStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(SimpleSelectStatementStateObject stateObject) -
Uses of SimpleSelectStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return SimpleSelectStatementStateObject Modifier and Type Method Description SimpleSelectStatementStateObjectSimpleFromClauseStateObject. getParent()SimpleSelectStatementStateObjectSimpleSelectClauseStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SimpleSelectStatementStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(SimpleSelectStatementStateObject stateObject)voidAnonymousStateObjectVisitor. visit(SimpleSelectStatementStateObject stateObject)voidStateObjectVisitor. visit(SimpleSelectStatementStateObject stateObject)Visits the givenSimpleSelectStatementStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SimpleSelectStatementStateObject Constructor Description SimpleFromClauseStateObject(SimpleSelectStatementStateObject parent)Creates a newSimpleFromClauseStateObject.SimpleSelectClauseStateObject(SimpleSelectStatementStateObject parent)Creates a newSubQuerySelectClauseStateObject.
-