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

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

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

Fields in org.eclipse.jpt.eclipselink.core.context declared as ChangeTrackingType
static ChangeTrackingType ChangeTracking.DEFAULT_TYPE
           
 

Methods in org.eclipse.jpt.eclipselink.core.context that return ChangeTrackingType
static ChangeTrackingType ChangeTrackingType.fromJavaResourceModel(ChangeTrackingType javaChangeTrackingType)
           
static ChangeTrackingType ChangeTrackingType.fromOrmResourceModel(XmlChangeTrackingType ormChangeTrackingType)
           
 ChangeTrackingType ChangeTracking.getDefaultType()
           
 ChangeTrackingType ChangeTracking.getSpecifiedType()
           
 ChangeTrackingType ChangeTracking.getType()
          This is the combination of defaultType and specifiedType.
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.context with parameters of type ChangeTrackingType
 void ChangeTracking.setSpecifiedType(ChangeTrackingType newSpecifiedType)
           
static ChangeTrackingType ChangeTrackingType.toJavaResourceModel(ChangeTrackingType changeTrackingType)
           
static XmlChangeTrackingType ChangeTrackingType.toOrmResourceModel(ChangeTrackingType changeTrackingType)