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

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

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

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

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

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

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.java that return ChangeTrackingType
static ChangeTrackingType ChangeTrackingType.fromJavaAnnotationValue(java.lang.Object javaAnnotationValue)
           
 ChangeTrackingType EclipseLinkChangeTrackingAnnotation.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 are declared.
 

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