Uses of Class
org.castor.cpa.query.TemporalType

Packages that use TemporalType
org.castor.cpa.query   
org.castor.cpa.query.object   
org.castor.cpa.query.object.expression   
org.castor.cpa.query.object.literal   
 

Uses of TemporalType in org.castor.cpa.query
 

Methods in org.castor.cpa.query that return TemporalType
static TemporalType TemporalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TemporalType[] TemporalType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.castor.cpa.query with parameters of type TemporalType
 Condition Expression.between(TemporalType temporalType, Calendar low, Calendar high)
          Between.
 Condition Expression.between(TemporalType temporalType, Date low, Date high)
          Between.
 Condition Expression.equal(TemporalType temporalType, Calendar value)
          Equal.
 Condition Expression.equal(TemporalType temporalType, Date value)
          Equal.
 Condition Expression.greaterEqual(TemporalType temporalType, Calendar value)
          Greater equal.
 Condition Expression.greaterEqual(TemporalType temporalType, Date value)
          Greater equal.
 Condition Expression.greaterThan(TemporalType temporalType, Calendar value)
          Greater Then.
 Condition Expression.greaterThan(TemporalType temporalType, Date value)
          Greater Then.
 Condition Expression.lessEqual(TemporalType temporalType, Calendar value)
          Less equal.
 Condition Expression.lessEqual(TemporalType temporalType, Date value)
          Less equal.
 Condition Expression.lessThan(TemporalType temporalType, Calendar value)
          Less Then.
 Condition Expression.lessThan(TemporalType temporalType, Date value)
          Less Then.
 Expression SelectQuery.newTemporal(TemporalType temporalType)
          New temporal.
 Expression SelectQuery.newTemporal(TemporalType temporalType, Calendar value)
          New temporal.
 Expression SelectQuery.newTemporal(TemporalType temporalType, Date value)
          New temporal.
 Condition Expression.notBetween(TemporalType temporalType, Calendar low, Calendar high)
          Not between.
 Condition Expression.notBetween(TemporalType temporalType, Date low, Date high)
          Not between.
 Condition Expression.notEqual(TemporalType temporalType, Calendar value)
          Not equal.
 Condition Expression.notEqual(TemporalType temporalType, Date value)
          Not equal.
 

Uses of TemporalType in org.castor.cpa.query.object
 

Methods in org.castor.cpa.query.object with parameters of type TemporalType
 Expression SelectQueryImpl.newTemporal(TemporalType temporalType)
          New temporal.
 Expression SelectQueryImpl.newTemporal(TemporalType temporalType, Calendar value)
          New temporal.
 Expression SelectQueryImpl.newTemporal(TemporalType temporalType, Date value)
          New temporal.
 

Uses of TemporalType in org.castor.cpa.query.object.expression
 

Methods in org.castor.cpa.query.object.expression with parameters of type TemporalType
 Condition AbstractExpression.between(TemporalType temporalType, Calendar low, Calendar high)
          Between.
 Condition AbstractExpression.between(TemporalType temporalType, Date low, Date high)
          Between.
 Condition AbstractExpression.equal(TemporalType temporalType, Calendar value)
          Equal.
 Condition AbstractExpression.equal(TemporalType temporalType, Date value)
          Equal.
 Condition AbstractExpression.greaterEqual(TemporalType temporalType, Calendar value)
          Greater equal.
 Condition AbstractExpression.greaterEqual(TemporalType temporalType, Date value)
          Greater equal.
 Condition AbstractExpression.greaterThan(TemporalType temporalType, Calendar value)
          Greater Then.
 Condition AbstractExpression.greaterThan(TemporalType temporalType, Date value)
          Greater Then.
 Condition AbstractExpression.lessEqual(TemporalType temporalType, Calendar value)
          Less equal.
 Condition AbstractExpression.lessEqual(TemporalType temporalType, Date value)
          Less equal.
 Condition AbstractExpression.lessThan(TemporalType temporalType, Calendar value)
          Less Then.
 Condition AbstractExpression.lessThan(TemporalType temporalType, Date value)
          Less Then.
 Condition AbstractExpression.notBetween(TemporalType temporalType, Calendar low, Calendar high)
          Not between.
 Condition AbstractExpression.notBetween(TemporalType temporalType, Date low, Date high)
          Not between.
 Condition AbstractExpression.notEqual(TemporalType temporalType, Calendar value)
          Not equal.
 Condition AbstractExpression.notEqual(TemporalType temporalType, Date value)
          Not equal.
 

Uses of TemporalType in org.castor.cpa.query.object.literal
 

Methods in org.castor.cpa.query.object.literal with parameters of type TemporalType
static AbstractTemporalLiteral AbstractTemporalLiteral.createInstance(TemporalType temporalType, Calendar value)
          Factory method to create a temporal literal for the calendar given that matches the temporal type given.
static AbstractTemporalLiteral AbstractTemporalLiteral.createInstance(TemporalType temporalType, Date value)
          Factory method to create a temporal literal for the date given that matches the temporal type given.
 



Copyright © 2010. All Rights Reserved.