Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.SimpleFromClauseStateObject
-
Packages that use SimpleFromClauseStateObject 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 SimpleFromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type SimpleFromClauseStateObject Modifier and Type Method Description protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,SimpleFromClauseStateObject>BasicStateObjectBuilder. buildSimpleRangeDeclarationBuilder()protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,SimpleFromClauseStateObject>BasicStateObjectBuilder. getSimpleRangeDeclarationBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type SimpleFromClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(SimpleFromClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(SimpleFromClauseStateObject stateObject) -
Uses of SimpleFromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return SimpleFromClauseStateObject Modifier and Type Method Description SimpleFromClauseStateObjectSimpleSelectClauseStateObject. getFromClause()SimpleFromClauseStateObjectSimpleSelectStatementStateObject. getFromClause()SimpleFromClauseStateObjectDerivedPathIdentificationVariableDeclarationStateObject. getParent()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SimpleFromClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(SimpleFromClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(SimpleFromClauseStateObject stateObject)voidStateObjectVisitor. visit(SimpleFromClauseStateObject stateObject)Visits the givenSimpleFromClauseStateObject.Constructors in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type SimpleFromClauseStateObject Constructor Description CollectionMemberDeclarationStateObject(SimpleFromClauseStateObject parent, String collectionValuedPath)Creates a newCollectionMemberDeclarationStateObject.DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject parent)Creates a newIdentificationVariableDeclarationStateObject.DerivedPathIdentificationVariableDeclarationStateObject(SimpleFromClauseStateObject parent, String path, String identificationVariable)Creates a newIdentificationVariableDeclarationStateObject.
-