org.hibernate.envers
Annotation Type Audited


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface Audited

When applied to a class, indicates that all of its properties should be audited. When applied to a field, indicates that this field should be audited.

Author:
Adam Warski (adam at warski dot org)

Optional Element Summary
 ModificationStore modStore
           
 

modStore

public abstract ModificationStore modStore
Default:
FULL


Copyright © 2008 Hibernate.org. All Rights Reserved.