Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSelectStatementStateObject
-
Packages that use AbstractSelectStatementStateObject 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 AbstractSelectStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model with type parameters of type AbstractSelectStatementStateObject Modifier and Type Class Description protected classBasicStateObjectBuilder.AbstractSelectStatementBuilder<T extends AbstractSelectStatementStateObject,P extends StateObject>The abstract definition of the builder that is responsible to create theStateObjectrepresentation of theSELECTstatement.Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as AbstractSelectStatementStateObject Modifier and Type Field Description protected TBasicStateObjectBuilder.AbstractSelectStatementBuilder. stateObjectThe concrete class ofAbstractSelectStatementStateObject.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractSelectStatementStateObject Modifier and Type Method Description protected booleanAbstractActualJPQLQueryFormatter. toStringSelectStatement(AbstractSelectStatementStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringSelectStatement(AbstractSelectStatementStateObject stateObject, boolean useNewLine) -
Uses of AbstractSelectStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractSelectStatementStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classSelectStatementStateObjectThis state object represents a select statement, which has at least aSELECTclause and aFROMclause.classSimpleSelectStatementStateObjectThis state object represents a subquery, which has at least aSELECTclause and aFROMclause.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractSelectStatementStateObject Modifier and Type Method Description AbstractSelectStatementStateObjectAbstractFromClauseStateObject. getParent()AbstractSelectStatementStateObjectAbstractSelectClauseStateObject. getParent()AbstractSelectStatementStateObjectGroupByClauseStateObject. getParent()AbstractSelectStatementStateObjectHavingClauseStateObject. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractSelectStatementStateObject Constructor Description AbstractFromClauseStateObject(AbstractSelectStatementStateObject parent)Creates a newAbstractFromClauseStateObject.AbstractSelectClauseStateObject(AbstractSelectStatementStateObject parent)Creates a newAbstractSelectClauseStateObject.GroupByClauseStateObject(AbstractSelectStatementStateObject parent)Creates a newGroupByClauseStateObject.HavingClauseStateObject(AbstractSelectStatementStateObject parent)Creates a newHavingClauseStateObject.WhereClauseStateObject(AbstractSelectStatementStateObject parent)Creates a newWhereClauseStateObject.
-