Module org.eclipse.persistence.core
Annotation Interface ChangeTracking
The ChangeTracking annotation is used to specify the
ObjectChangePolicy
which computes changes sets for EclipseLink's UnitOfWork commit process.
An ObjectChangePolicy is stored on an Entity's descriptor.
A ChangeTracking annotation may be defined on an Entity, MappedSuperclass or Embeddable.
- Since:
- Oracle TopLink 11.1.1.0.0
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe type of change tracking to use.
-
Element Details
-
value
ChangeTrackingType valueThe type of change tracking to use.- Default:
AUTO
-