Uses of Interface
org.apache.openjpa.persistence.query.CaseExpression

Packages that use CaseExpression
org.apache.openjpa.persistence.query OpenJPA Dynamic Query 
 

Uses of CaseExpression in org.apache.openjpa.persistence.query
 

Classes in org.apache.openjpa.persistence.query that implement CaseExpression
 class CaseExpressionImpl
           
 

Methods in org.apache.openjpa.persistence.query that return CaseExpression
 CaseExpression QueryDefinitionImpl.generalCase()
           
 CaseExpression QueryDefinition.generalCase()
          Create an empty general case expression.
 CaseExpression AbstractDomainObject.generalCase()
           
 CaseExpression QueryDefinitionImpl.simpleCase(Calendar caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Calendar caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Calendar caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(Class caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Class caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Class caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(Date caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Date caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Date caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(Enum<?> caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Enum<?> caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Enum<?> caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(Expression caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Expression caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Expression caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(Number caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(Number caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(Number caseOperand)
           
 CaseExpression QueryDefinitionImpl.simpleCase(String caseOperand)
           
 CaseExpression QueryDefinition.simpleCase(String caseOperand)
          Create a simple case expression with the given case operand.
 CaseExpression AbstractDomainObject.simpleCase(String caseOperand)
           
 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-2012 Apache Software Foundation. All Rights Reserved.