Uses of Class
org.eclipse.jpt.core.context.TemporalType

Packages that use TemporalType
org.eclipse.jpt.core.context   
 

Uses of TemporalType in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return TemporalType
static TemporalType TemporalType.fromJavaResourceModel(TemporalType javaTemporalType)
           
static TemporalType TemporalType.fromOrmResourceModel(TemporalType ormTemporalType)
           
 TemporalType ColumnMapping.getTemporal()
           
static TemporalType TemporalType.valueOf(java.lang.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.eclipse.jpt.core.context with parameters of type TemporalType
 void ColumnMapping.setTemporal(TemporalType value)
           
static TemporalType TemporalType.toJavaResourceModel(TemporalType temporalType)
           
static TemporalType TemporalType.toOrmResourceModel(TemporalType temporalType)