CaseExpression |
AbstractDomainObject.generalCase() |
|
CaseExpression |
QueryDefinition.generalCase() |
Create an empty general case expression.
|
CaseExpression |
QueryDefinitionImpl.generalCase() |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Class caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Enum<?> caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.Number caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.lang.String caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.util.Calendar caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(java.util.Date caseOperand) |
|
CaseExpression |
AbstractDomainObject.simpleCase(Expression caseOperand) |
|
CaseExpression |
QueryDefinition.simpleCase(java.lang.Class caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(java.lang.Enum<?> caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(java.lang.Number caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(java.lang.String caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(java.util.Calendar caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(java.util.Date caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinition.simpleCase(Expression caseOperand) |
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Class caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Enum<?> caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.Number caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.lang.String caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.util.Calendar caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(java.util.Date caseOperand) |
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Expression caseOperand) |
|
CaseExpression |
CaseExpression.then(java.lang.Class then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(java.lang.Enum<?> then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(java.lang.Number then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(java.lang.String then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(java.util.Calendar then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(java.util.Date then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpression.then(Expression then) |
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Class then) |
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Enum<?> then) |
|
CaseExpression |
CaseExpressionImpl.then(java.lang.Number then) |
|
CaseExpression |
CaseExpressionImpl.then(java.lang.String then) |
|
CaseExpression |
CaseExpressionImpl.then(java.util.Calendar then) |
|
CaseExpression |
CaseExpressionImpl.then(java.util.Date then) |
|
CaseExpression |
CaseExpressionImpl.then(Expression then) |
|
CaseExpression |
CaseExpression.when(java.lang.Class when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(java.lang.Enum<?> when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(java.lang.Number when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(java.lang.String when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(java.util.Calendar when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(java.util.Date when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(Expression when) |
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpression.when(Predicate pred) |
Add a when predicate clause to a general case expression.
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Class when) |
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Enum<?> when) |
|
CaseExpression |
CaseExpressionImpl.when(java.lang.Number when) |
|
CaseExpression |
CaseExpressionImpl.when(java.lang.String when) |
|
CaseExpression |
CaseExpressionImpl.when(java.util.Calendar when) |
|
CaseExpression |
CaseExpressionImpl.when(java.util.Date when) |
|
CaseExpression |
CaseExpressionImpl.when(Expression when) |
|
CaseExpression |
CaseExpressionImpl.when(Predicate when) |
|