Class AttributeChangeTrackingPolicy

All Implemented Interfaces:
Serializable, ObjectChangePolicy

public class AttributeChangeTrackingPolicy extends ObjectChangeTrackingPolicy
PUBLIC: An AttributeChangeTrackingPolicy allows change tracking at the attribute level of an object by implementing ChangeTracker. Objects with changed attributes will be processed in the UnitOfWork commit process to include any changes in the results of the commit. Unchanged objects will be ignored.
See Also: