Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.IAbstractConditionalExpressionStateObjectBuilder
-
Packages that use IAbstractConditionalExpressionStateObjectBuilder 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 IAbstractConditionalExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model with type parameters of type IAbstractConditionalExpressionStateObjectBuilder Modifier and Type Class Description classAbstractConditionalExpressionStateObjectBuilder<T extends IAbstractConditionalExpressionStateObjectBuilder<T>>The abstract implementation ofIConditionalExpressionStateObjectBuilderthat supports the creation of the conditional expression based on the JPQL grammar defined in JPA 2.0.Subinterfaces of IAbstractConditionalExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model Modifier and Type Interface Description interfaceICaseExpressionStateObjectBuilderThis builder is responsible to create aCASEexpression.interfaceIConditionalExpressionStateObjectBuilderThis builder can be used to easily create a conditional expression without having to create each object manually.interfaceIEclipseLinkConditionalStateObjectBuilderThe EclipseLink extension over the basic support provided byIEclipseLinkConditionalStateObjectBuilder.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type IAbstractConditionalExpressionStateObjectBuilder Modifier and Type Method Description protected voidAbstractConditionalExpressionStateObjectBuilder. in(boolean not, T... inItems)TAbstractConditionalExpressionStateObjectBuilder. in(T... inItems)TAbstractConditionalExpressionStateObjectBuilder. notIn(T... inItems)
-