|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
EclipseLinkChangeTrackingType.toJavaResourceModel(EclipseLinkChangeTrackingType changeTrackingType)
|
| Methods in org.eclipse.jpt.eclipselink.core.context with parameters of type ChangeTrackingType | |
|---|---|
static EclipseLinkChangeTrackingType |
EclipseLinkChangeTrackingType.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 |
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're declared. |
| Methods in org.eclipse.jpt.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||