Uses of Interface
org.apache.openjpa.persistence.query.CaseExpression
-
Uses of CaseExpression in org.apache.openjpa.persistence.query
Modifier and TypeMethodDescriptionAbstractDomainObject.generalCase()
QueryDefinition.generalCase()
Create an empty general case expression.QueryDefinitionImpl.generalCase()
AbstractDomainObject.simpleCase
(Class caseOperand) AbstractDomainObject.simpleCase
(Enum<?> caseOperand) AbstractDomainObject.simpleCase
(Number caseOperand) AbstractDomainObject.simpleCase
(String caseOperand) AbstractDomainObject.simpleCase
(Calendar caseOperand) AbstractDomainObject.simpleCase
(Date caseOperand) AbstractDomainObject.simpleCase
(Expression caseOperand) QueryDefinition.simpleCase
(Class caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(Enum<?> caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(Number caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(String caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(Calendar caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(Date caseOperand) Create a simple case expression with the given case operand.QueryDefinition.simpleCase
(Expression caseOperand) Create a simple case expression with the given case operand.QueryDefinitionImpl.simpleCase
(Class caseOperand) QueryDefinitionImpl.simpleCase
(Enum<?> caseOperand) QueryDefinitionImpl.simpleCase
(Number caseOperand) QueryDefinitionImpl.simpleCase
(String caseOperand) QueryDefinitionImpl.simpleCase
(Calendar caseOperand) QueryDefinitionImpl.simpleCase
(Date caseOperand) QueryDefinitionImpl.simpleCase
(Expression caseOperand) Add a then clause to a general or simple case expression.Add a then clause to a general or simple case expression.Add a then clause to a general or simple case expression.Add a then clause to a general or simple case expression.Add a then clause to a general or simple case expression.Add a then clause to a general or simple case expression.CaseExpression.then
(Expression then) Add a then clause to a general or simple case expression.CaseExpressionImpl.then
(Expression then) Add a when clause to a simple case expression.Add a when clause to a simple case expression.Add a when clause to a simple case expression.Add a when clause to a simple case expression.Add a when clause to a simple case expression.Add a when clause to a simple case expression.CaseExpression.when
(Expression when) Add a when clause to a simple case expression.Add a when predicate clause to a general case expression.CaseExpressionImpl.when
(Expression when)