Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractFromClauseStateObject
-
Packages that use AbstractFromClauseStateObject 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 AbstractFromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model with type parameters of type AbstractFromClauseStateObject Modifier and Type Class Description protected classBasicStateObjectBuilder.AbstractRangeDeclarationBuilder<S extends AbstractFromClauseStateObject>This builder is responsible to create a new identification variable declaration and to add it to the state object representing theFROMclause.Fields in org.eclipse.persistence.jpa.jpql.tools.model declared as AbstractFromClauseStateObject Modifier and Type Field Description protected SBasicStateObjectBuilder.AbstractRangeDeclarationBuilder. parentThe concrete instance ofAbstractFromClauseStateObjectwhere the new identification variable declaration is added.protected AbstractFromClauseStateObjectBasicStateObjectBuilder.CollectionMemberDeclarationBuilder. parentMethods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type AbstractFromClauseStateObject Modifier and Type Method Description protected IBuilder<CollectionMemberDeclarationStateObject,AbstractFromClauseStateObject>BasicStateObjectBuilder. buildCollectionDeclarationBuilder()protected IBuilder<CollectionMemberDeclarationStateObject,AbstractFromClauseStateObject>BasicStateObjectBuilder. getCollectionDeclarationBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractFromClauseStateObject Modifier and Type Method Description CollectionMemberDeclarationStateObjectBasicStateObjectBuilder.CollectionMemberDeclarationBuilder. buildStateObject(AbstractFromClauseStateObject parent, Expression expression)protected voidAbstractActualJPQLQueryFormatter. toStringFromClause(AbstractFromClauseStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringFromClause(AbstractFromClauseStateObject stateObject) -
Uses of AbstractFromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AbstractFromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classFromClauseStateObjectTheFROMclause of a query defines the domain of the query by declaring identification variables.classSimpleFromClauseStateObjectTheFROMclause of a sub-query defines the domain of the sub-query by declaring identification variables.Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractFromClauseStateObject Modifier and Type Method Description protected abstract AbstractFromClauseStateObjectAbstractSelectStatementStateObject. buildFromClause()Creates the state object representing theFROMclause.protected AbstractFromClauseStateObjectSelectStatementStateObject. buildFromClause()protected AbstractFromClauseStateObjectSimpleSelectStatementStateObject. buildFromClause()AbstractFromClauseStateObjectAbstractSelectClauseStateObject. getFromClause()Returns theAbstractFromClauseStateObjectrepresenting the FROM clause.AbstractFromClauseStateObjectAbstractSelectStatementStateObject. getFromClause()Returns the state object representing theFROMclause.AbstractFromClauseStateObjectAbstractIdentificationVariableDeclarationStateObject. getParent()AbstractFromClauseStateObjectCollectionMemberDeclarationStateObject. getParent()Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractFromClauseStateObject Constructor Description AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject parent)Creates a newAbstractIdentificationVariableDeclarationStateObject.AbstractIdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject parent, String root, String identificationVariable)Creates a newAbstractIdentificationVariableDeclarationStateObject.CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject parent)Creates a newCollectionMemberDeclarationStateObject.CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject parent, ListIterator<String> paths, boolean as, String identificationVariable)Creates a newCollectionMemberDeclarationStateObject.CollectionMemberDeclarationStateObject(AbstractFromClauseStateObject parent, ListIterator<String> paths, String identificationVariable)Creates a newCollectionMemberDeclarationStateObject.IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject parent)Creates a newIdentificationVariableDeclarationStateObject.IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject parent, String entityName, String identificationVariable)Creates a newIdentificationVariableDeclarationStateObject.IdentificationVariableDeclarationStateObject(AbstractFromClauseStateObject parent, IEntity entity, String identificationVariable)Creates a newIdentificationVariableDeclarationStateObject.
-