| DiffIgnore |
Use DiffIgnore annotation to mark certain properties or classes as ignored by Javers.
|
| DiffIgnoreProperties |
Use the DiffIgnoreProperties annotation to mark a list properties (fields or methods)
of a class as ignored by Javers.
|
| DiffInclude |
Use DiffInclude annotation to tell JaVers which properties to include in diff/commit
operations for a given class.
|
| Entity |
|
| Id |
Use @Id to map Entity unique identifier (field or getter)
|
| IgnoreDeclaredProperties |
Use IgnoreDeclaredProperties annotation to mark
all properties declared in a given class as ignored by JaVers.
|
| PropertyName |
Use PropertyName annotation to give a name for a Class property (getter or field).
|
| ShallowReference |
Use ShallowReference to mark certain Entities as compared only by Id.
|
| TypeName |
Gives a persistent and human-readable type name for Entity or ValueObject.
|
| Value |
|
| ValueObject |
|