@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface CommitLog
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
confidential
Returns an array of properties that should be treated as confidential.
|
boolean |
ignoreAttributes
Returns whether all attributes should be excluded from commit log.
|
String[] |
ignoredProperties
Returns an array of entity properties that should be excluded from commit log.
|
boolean |
ignoreToManyRelationships
Returns whether all to-many relationships should be excluded from commit log.
|
boolean |
ignoreToOneRelationships
Returns whether all to-one relationships should be excluded from commit log.
|
public abstract String[] ignoredProperties
public abstract boolean ignoreAttributes
public abstract boolean ignoreToOneRelationships
public abstract boolean ignoreToManyRelationships
public abstract String[] confidential
Confidential.Copyright © 2001–2018 Apache Cayenne. All rights reserved.