Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.BasicStateObjectBuilder
-
Packages that use BasicStateObjectBuilder 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. -
-
Uses of BasicStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Subclasses of BasicStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Class Description classDefaultStateObjectBuilderThe default implementation ofBasicStateObjectBuilder, which provides support for creating aStateObjectrepresentation of anyExpression.classEclipseLinkStateObjectBuilderThe default implementation ofBasicStateObjectBuilder, which provides support based on the JPQL grammar defined in the Java Persistence functional specification and for the additional support provided by EclipseLink.Methods in org.eclipse.persistence.jpa.jpql.tools.model that return BasicStateObjectBuilder Modifier and Type Method Description protected abstract BasicStateObjectBuilderAbstractJPQLQueryBuilder. buildStateObjectBuilder()Creates the builder that creates theStateObjectfor eachExpression.protected BasicStateObjectBuilderAbstractJPQLQueryBuilder. getStateObjectBuilder()Returns the builder that creates theStateObjectfor eachExpression.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type BasicStateObjectBuilder Modifier and Type Method Description protected ExpressionVisitorAbstractJPQLQueryBuilder. wrap(BasicStateObjectBuilder builder)If a subclass needs to wrap the givenBasicStateObjectBuilderwith another visitor can do so by simply overriding this method.
-