Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AbstractSchemaNameStateObject
-
Packages that use AbstractSchemaNameStateObject Package Description org.eclipse.persistence.jpa.jpql.tools 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 AbstractSchemaNameStateObject in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type AbstractSchemaNameStateObject Modifier and Type Method Description voidRefactoringTool.EntityNameRenamer. visit(AbstractSchemaNameStateObject stateObject) -
Uses of AbstractSchemaNameStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AbstractSchemaNameStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(AbstractSchemaNameStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(AbstractSchemaNameStateObject stateObject) -
Uses of AbstractSchemaNameStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return AbstractSchemaNameStateObject Modifier and Type Method Description AbstractSchemaNameStateObjectAbstractModifyClauseStateObject. getAbstractSchemaNameStateObject()Returns theAbstractSchemaNameStateObjectholding onto the abstract schema name.AbstractSchemaNameStateObjectAbstractModifyStatementStateObject. getAbstractSchemaNameStateObject()Returns theAbstractSchemaNameStateObjectholding onto the abstract schema name.AbstractSchemaNameStateObjectIdentificationVariableDeclarationStateObject. getRootStateObject()AbstractSchemaNameStateObjectRangeVariableDeclarationStateObject. getRootStateObject()Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type AbstractSchemaNameStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(AbstractSchemaNameStateObject stateObject)voidAnonymousStateObjectVisitor. visit(AbstractSchemaNameStateObject stateObject)voidStateObjectVisitor. visit(AbstractSchemaNameStateObject stateObject)Visits the givenAbstractSchemaNameStateObject.
-