Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.INewValueStateObjectBuilder
-
Packages that use INewValueStateObjectBuilder 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 INewValueStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement INewValueStateObjectBuilder Modifier and Type Class Description classAbstractNewValueStateObjectBuilderclassDefaultNewValueStateObjectBuilderThe default implementation ofINewValueStateObjectBuilder.Methods in org.eclipse.persistence.jpa.jpql.tools.model that return INewValueStateObjectBuilder Modifier and Type Method Description INewValueStateObjectBuilderEclipseLinkJPQLQueryBuilder. buildStateObjectBuilder(UpdateItemStateObject stateObject)INewValueStateObjectBuilderIJPQLQueryBuilder. buildStateObjectBuilder(UpdateItemStateObject stateObject)Creates a builder that can create a new value expression programmatically.INewValueStateObjectBuilderJPQLQueryBuilder1_0. buildStateObjectBuilder(UpdateItemStateObject stateObject)INewValueStateObjectBuilderJPQLQueryBuilder2_0. buildStateObjectBuilder(UpdateItemStateObject stateObject)INewValueStateObjectBuilderJPQLQueryBuilder2_1. buildStateObjectBuilder(UpdateItemStateObject stateObject)INewValueStateObjectBuilderJPQLQueryBuilderWrapper. buildStateObjectBuilder(UpdateItemStateObject stateObject)INewValueStateObjectBuilderAbstractNewValueStateObjectBuilder. NULL()INewValueStateObjectBuilderINewValueStateObjectBuilder. NULL()Creates a new expression representing theNULLkeyword.INewValueStateObjectBuilderAbstractNewValueStateObjectBuilder. variable(String variable)INewValueStateObjectBuilderINewValueStateObjectBuilder. variable(String variable)Creates the expression representing an identification variable. -
Uses of INewValueStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model.query
Methods in org.eclipse.persistence.jpa.jpql.tools.model.query that return INewValueStateObjectBuilder Modifier and Type Method Description INewValueStateObjectBuilderUpdateItemStateObject. getBuilder()Creates and returns a newINewValueStateObjectBuilderthat can be used to programmatically create a new value expression and once the expression is complete,commit()will push theStateObjectrepresentation of that expression as this new value object.
-