| Package | Description | 
|---|---|
| org.apache.openjpa.persistence.query | OpenJPA Dynamic Query
    This package provides dynamic query construction that are similar to weakly-typed Criteria API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CaseExpressionImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| CaseExpression | AbstractDomainObject. generalCase() | 
| CaseExpression | QueryDefinitionImpl. generalCase() | 
| CaseExpression | QueryDefinition. generalCase()Create an empty general case expression. | 
| CaseExpression | AbstractDomainObject. simpleCase(Calendar caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Calendar caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Calendar caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(Class caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Class caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Class caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(Date caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Date caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Date caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(Enum<?> caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Enum<?> caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Enum<?> caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(Expression caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Expression caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Expression caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(Number caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(Number caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(Number caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | AbstractDomainObject. simpleCase(String caseOperand) | 
| CaseExpression | QueryDefinitionImpl. simpleCase(String caseOperand) | 
| CaseExpression | QueryDefinition. simpleCase(String caseOperand)Create a simple case expression with the given case operand. | 
| CaseExpression | CaseExpressionImpl. then(Calendar then) | 
| CaseExpression | CaseExpression. then(Calendar then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(Class then) | 
| CaseExpression | CaseExpression. then(Class then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(Date then) | 
| CaseExpression | CaseExpression. then(Date then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(Enum<?> then) | 
| CaseExpression | CaseExpression. then(Enum<?> then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(Expression then) | 
| CaseExpression | CaseExpression. then(Expression then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(Number then) | 
| CaseExpression | CaseExpression. then(Number then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. then(String then) | 
| CaseExpression | CaseExpression. then(String then)Add a then clause to a general or simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Calendar when) | 
| CaseExpression | CaseExpression. when(Calendar when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Class when) | 
| CaseExpression | CaseExpression. when(Class when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Date when) | 
| CaseExpression | CaseExpression. when(Date when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Enum<?> when) | 
| CaseExpression | CaseExpression. when(Enum<?> when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Expression when) | 
| CaseExpression | CaseExpression. when(Expression when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Number when) | 
| CaseExpression | CaseExpression. when(Number when)Add a when clause to a simple case expression. | 
| CaseExpression | CaseExpressionImpl. when(Predicate when) | 
| CaseExpression | CaseExpression. when(Predicate pred)Add a when predicate clause to a general case expression. | 
| CaseExpression | CaseExpressionImpl. when(String when) | 
| CaseExpression | CaseExpression. when(String when)Add a when clause to a simple case expression. | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.