Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.model.ICaseExpressionStateObjectBuilder
-
Packages that use ICaseExpressionStateObjectBuilder 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 ICaseExpressionStateObjectBuilder in org.eclipse.persistence.jpa.jpql.tools.model
Classes in org.eclipse.persistence.jpa.jpql.tools.model that implement ICaseExpressionStateObjectBuilder Modifier and Type Class Description classAbstractCaseExpressionStateObjectBuilderThis abstract implementation ofICaseExpressionStateObjectBuilderadds support for creating aCASEexpression.classDefaultCaseExpressionStateObjectBuilderThe default implementation of aICaseExpressionStateObjectBuilder.Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type ICaseExpressionStateObjectBuilder Modifier and Type Method Description TAbstractScalarExpressionStateObjectBuilder. case_(ICaseExpressionStateObjectBuilder builder)TIScalarExpressionStateObjectBuilder. case_(ICaseExpressionStateObjectBuilder builder)Creates a newCASEexpression.ICaseExpressionStateObjectBuilderAbstractCaseExpressionStateObjectBuilder. when(ICaseExpressionStateObjectBuilder when, ICaseExpressionStateObjectBuilder then)ICaseExpressionStateObjectBuilderICaseExpressionStateObjectBuilder. when(ICaseExpressionStateObjectBuilder when, ICaseExpressionStateObjectBuilder then)Creates a singleWHENexpression.
-