Uses of Class
org.eclipse.jpt.eclipselink.core.resource.java.ChangeTrackingType

Packages that use ChangeTrackingType
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.resource.java   
 

Uses of ChangeTrackingType in org.eclipse.jpt.eclipselink.core.context
 

Methods in org.eclipse.jpt.eclipselink.core.context that return ChangeTrackingType
static ChangeTrackingType ChangeTrackingType.toJavaResourceModel(ChangeTrackingType changeTrackingType)
           
 

Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type ChangeTrackingType
static ChangeTrackingType ChangeTrackingType.fromJavaResourceModel(ChangeTrackingType javaChangeTrackingType)
           
 

Uses of ChangeTrackingType in org.eclipse.jpt.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return ChangeTrackingType
static ChangeTrackingType ChangeTrackingType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 ChangeTrackingType ChangeTrackingAnnotation.getValue()
          Corresponds to the 'value' element of the ChangeTracking annotation.
static ChangeTrackingType ChangeTrackingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChangeTrackingType[] ChangeTrackingType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java with parameters of type ChangeTrackingType
 void ChangeTrackingAnnotation.setValue(ChangeTrackingType value)
          Corresponds to the 'value' element of the ChangeTracking annotation.
static java.lang.String ChangeTrackingType.toJavaAnnotationValue(ChangeTrackingType changeTrackingType)