Module eclipselink

Annotation Interface ChangeTracking


@Target(TYPE) @Retention(RUNTIME) public @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.

See Also:
Author:
Guy Pelletier
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The type of change tracking to use.
  • Element Details