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