Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.ISimpleSelectExpressionStateObjectBuilder
-
Packages that use ISimpleSelectExpressionStateObjectBuilder 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 ISimpleSelectExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Subinterfaces of ISimpleSelectExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Interface Description interfaceIEclipseLinkSimpleSelectExpressionStateObjectBuilderClasses in org.eclipse.persistence.jpa.jpql.tools.model that implement ISimpleSelectExpressionStateObjectBuilder Modifier and Type Class Description classAbstractEclipseLinkSimpleSelectExpressionStateObjectBuilderclassAbstractSimpleSelectExpressionStateObjectBuilderThe abstract implementation ofISimpleSelectExpressionStateObjectBuilderthat supports the creation of the select expression based on the JPQL grammar defined in JPA 2.0.classDefaultSimpleSelectExpressionStateObjectBuilderclassEclipseLinkSimpleSelectExpressionStateObjectBuilderMethods in org.eclipse.persistence.jpa.jpql.tools.model that return ISimpleSelectExpressionStateObjectBuilder Modifier and Type Method Description ISimpleSelectExpressionStateObjectBuilderIJPQLQueryBuilder. buildStateObjectBuilder(SimpleSelectClauseStateObject stateObject)Creates a builder that can create a single select expression programmatically.ISimpleSelectExpressionStateObjectBuilderJPQLQueryBuilderWrapper. buildStateObjectBuilder(SimpleSelectClauseStateObject stateObject)ISimpleSelectExpressionStateObjectBuilderAbstractSimpleSelectExpressionStateObjectBuilder. variable(String variable)ISimpleSelectExpressionStateObjectBuilderISimpleSelectExpressionStateObjectBuilder. variable(String variable)Creates the expression representing an identification variable. -
Uses of ISimpleSelectExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return ISimpleSelectExpressionStateObjectBuilder Modifier and Type Method Description ISimpleSelectExpressionStateObjectBuilderSimpleSelectClauseStateObject. getBuilder()Creates and returns a newISimpleSelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,commit()will push theStateObjectrepresentation of that expression as this clause's select expression.ISimpleSelectExpressionStateObjectBuilderSimpleSelectStatementStateObject. getSelectBuilder()Creates and returns a newISimpleSelectExpressionStateObjectBuilderthat can be used to programmatically create a single select expression and once the expression is complete,commit()will push theStateObjectrepresentation of that expression as this clause's select expression.
-