Package com.kenshoo.pl.entity.annotation.audit
-
Annotation Types Summary Annotation Type Description Audited Whenever an entity or field has this annotation, it indicates that any changes to the entity / field will be published (by the publisher belonging to the PersistenceLayer instance).
When the entity-level is annotated, it implies that all fields should also be annotated unless overriden byNotAuditedon the field.NotAudited Whenever a field has this annotation, it indicates that any changes to the field will NOT be part of the records published for the owning entity (by the publisher associated with the PersistenceLayer instance).