Annotation Interface Transient


@Retention(RUNTIME) @Target({TYPE,FIELD}) @Inherited public @interface Transient
By default, all domain entity types will be persisted unless they are annotated with @Transient, or are non-annotated abstract classes. This annotation can be placed on types, fields and methods and the OGM will ignore any object or object reference with the annotation
Author:
Mark Angrish