Annotation Interface MongoIgnore


@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface MongoIgnore
Use this annotation to have additional properties in your DTOs that are not to be saved. e.g. favorite in ViewDTO is a user depending property that can be "joined" in but should never be persisted into the views collection.