Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.FromClauseStateObject
-
Packages that use FromClauseStateObject 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 FromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model that return types with arguments of type FromClauseStateObject Modifier and Type Method Description protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,FromClauseStateObject>BasicStateObjectBuilder. buildRangeDeclarationBuilder()protected IBuilder<AbstractIdentificationVariableDeclarationStateObject,FromClauseStateObject>BasicStateObjectBuilder. getRangeDeclarationBuilder()Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type FromClauseStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(FromClauseStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(FromClauseStateObject stateObject) -
Uses of FromClauseStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return FromClauseStateObject Modifier and Type Method Description FromClauseStateObjectSelectClauseStateObject. getFromClause()FromClauseStateObjectSelectStatementStateObject. getFromClause()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type FromClauseStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(FromClauseStateObject stateObject)voidAnonymousStateObjectVisitor. visit(FromClauseStateObject stateObject)voidStateObjectVisitor. visit(FromClauseStateObject stateObject)Visits the givenFromClauseStateObject.
-