Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.ConstructorExpressionStateObject
Packages that use ConstructorExpressionStateObject
Package
Description
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.
This package contains the
StateObject classes 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 ConstructorExpressionStateObjectModifier and TypeFieldDescriptionRefactoringTool.ClassNameRenamer.constructorUpdaterTheRefactoringTool.StateObjectUpdaterthat updates the class name when notified.Methods in org.eclipse.persistence.jpa.jpql.tools that return types with arguments of type ConstructorExpressionStateObjectModifier and TypeMethodDescriptionRefactoringTool.ClassNameRenamer.buildConstructorUpdater()RefactoringTool.ClassNameRenamer.constructorUpdater()Methods in org.eclipse.persistence.jpa.jpql.tools with parameters of type ConstructorExpressionStateObjectModifier and TypeMethodDescriptionvoidRefactoringTool.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 ConstructorExpressionStateObjectModifier and TypeMethodDescriptionvoidAbstractActualJPQLQueryFormatter.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 ConstructorExpressionStateObjectModifier and TypeMethodDescriptionvoidAbstractStateObjectVisitor.visit(ConstructorExpressionStateObject stateObject) voidAnonymousStateObjectVisitor.visit(ConstructorExpressionStateObject stateObject) voidStateObjectVisitor.visit(ConstructorExpressionStateObject stateObject) Visits the givenConstructorExpressionStateObject.