Dali Provisional API
Release 3.2

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(Object javaAnnotationValue)
           
 ChangeTrackingType EclipseLinkChangeTrackingAnnotation.getValue()
          Corresponds to the 'value' element of the ChangeTracking annotation.
static ChangeTrackingType ChangeTrackingType.valueOf(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 String ChangeTrackingType.toJavaAnnotationValue(ChangeTrackingType changeTrackingType)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.