Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
-
Packages that use ConstructorExpressionStateObject 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 ConstructorExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools
Fields in org.eclipse.persistence.jpa.jpql.tools with type parameters of type ConstructorExpressionStateObject Modifier and Type Field Description protected RefactoringTool.StateObjectUpdater<ConstructorExpressionStateObject>RefactoringTool.ClassNameRenamer. constructorUpdaterTheRefactoringTool.StateObjectUpdaterthat updates the class name when notified.Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type ConstructorExpressionStateObject Modifier and Type Method Description protected RefactoringTool.StateObjectUpdater<ConstructorExpressionStateObject>RefactoringTool.ClassNameRenamer. buildConstructorUpdater()protected RefactoringTool.StateObjectUpdater<ConstructorExpressionStateObject>RefactoringTool.ClassNameRenamer. constructorUpdater()Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ConstructorExpressionStateObject Modifier and Type Method Description voidRefactoringTool.ClassNameRenamer. visit(ConstructorExpressionStateObject stateObject) -
Uses of ConstructorExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ConstructorExpressionStateObject Modifier and Type Method Description voidAbstractActualJPQLQueryFormatter. visit(ConstructorExpressionStateObject stateObject)voidAbstractJPQLQueryFormatter. visit(ConstructorExpressionStateObject stateObject) -
Uses of ConstructorExpressionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query with parameters of type ConstructorExpressionStateObject Modifier and Type Method Description voidAbstractStateObjectVisitor. visit(ConstructorExpressionStateObject stateObject)voidAnonymousStateObjectVisitor. visit(ConstructorExpressionStateObject stateObject)voidStateObjectVisitor. visit(ConstructorExpressionStateObject stateObject)Visits the givenConstructorExpressionStateObject.
-