Uses of Class
org.eclipse.persistence.annotations.ChangeTrackingType
-
Packages that use ChangeTrackingType Package Description org.eclipse.persistence.annotations -
-
Uses of ChangeTrackingType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return ChangeTrackingType Modifier and Type Method Description ChangeTrackingTypevalue()(Optional) The type of change tracking to use.static ChangeTrackingTypeChangeTrackingType. 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.
-