Package | Description |
---|---|
org.apache.openjpa.persistence.query |
OpenJPA Dynamic Query
|
Modifier and Type | Class and Description |
---|---|
class |
CaseExpressionImpl |
Modifier and Type | Method and Description |
---|---|
CaseExpression |
QueryDefinition.generalCase()
Create an empty general case expression.
|
CaseExpression |
AbstractDomainObject.generalCase() |
CaseExpression |
QueryDefinitionImpl.generalCase() |
CaseExpression |
QueryDefinition.simpleCase(java.util.Calendar caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.util.Calendar caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.util.Calendar caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(java.lang.Class caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Class caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Class caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(java.util.Date caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.util.Date caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.util.Date caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(java.lang.Enum<?> caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Enum<?> caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Enum<?> caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Expression caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(Expression caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(Expression caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(java.lang.Number caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Number caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Number caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(java.lang.String caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.String caseOperand) |
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.String caseOperand) |
CaseExpression |
CaseExpression.then(java.util.Calendar then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.util.Calendar then) |
CaseExpression |
CaseExpression.then(java.lang.Class then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Class then) |
CaseExpression |
CaseExpression.then(java.util.Date then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.util.Date then) |
CaseExpression |
CaseExpression.then(java.lang.Enum<?> then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Enum<?> then) |
CaseExpression |
CaseExpression.then(Expression then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(Expression then) |
CaseExpression |
CaseExpression.then(java.lang.Number then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Number then) |
CaseExpression |
CaseExpression.then(java.lang.String then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.lang.String then) |
CaseExpression |
CaseExpression.when(java.util.Calendar when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.util.Calendar when) |
CaseExpression |
CaseExpression.when(java.lang.Class when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Class when) |
CaseExpression |
CaseExpression.when(java.util.Date when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.util.Date when) |
CaseExpression |
CaseExpression.when(java.lang.Enum<?> when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Enum<?> when) |
CaseExpression |
CaseExpression.when(Expression when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Expression when) |
CaseExpression |
CaseExpression.when(java.lang.Number when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Number when) |
CaseExpression |
CaseExpression.when(Predicate pred)
Add a when predicate clause to a general case expression.
|
CaseExpression |
CaseExpressionImpl.when(Predicate when) |
CaseExpression |
CaseExpression.when(java.lang.String when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.lang.String when) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.