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 |
QueryDefinitionImpl.generalCase() |
CaseExpression |
AbstractDomainObject.generalCase() |
CaseExpression |
QueryDefinition.generalCase()
Create an empty general case expression.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Calendar caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Calendar caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Calendar caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Class caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Class caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Class caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Date caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Date caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Date caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Enum<?> caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Enum<?> caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Enum<?> caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Expression caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Expression caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Expression caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(Number caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(Number caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(Number caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
QueryDefinitionImpl.simpleCase(String caseOperand) |
CaseExpression |
AbstractDomainObject.simpleCase(String caseOperand) |
CaseExpression |
QueryDefinition.simpleCase(String caseOperand)
Create a simple case expression with the given case operand.
|
CaseExpression |
CaseExpression.then(Calendar then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(Calendar then) |
CaseExpression |
CaseExpression.then(Class then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(Class then) |
CaseExpression |
CaseExpression.then(Date then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(Date then) |
CaseExpression |
CaseExpression.then(Enum<?> then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(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(Number then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(Number then) |
CaseExpression |
CaseExpression.then(String then)
Add a then clause to a general or simple case expression.
|
CaseExpression |
CaseExpressionImpl.then(String then) |
CaseExpression |
CaseExpression.when(Calendar when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Calendar when) |
CaseExpression |
CaseExpression.when(Class when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Class when) |
CaseExpression |
CaseExpression.when(Date when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Date when) |
CaseExpression |
CaseExpression.when(Enum<?> when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Enum<?> when) |
CaseExpression |
CaseExpression.when(Expression when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(Expression when) |
CaseExpression |
CaseExpression.when(Number when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(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(String when)
Add a when clause to a simple case expression.
|
CaseExpression |
CaseExpressionImpl.when(String when) |
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.