Package io.ebean.annotation
Annotation Type Draft
-
@Retention(RUNTIME) @Target(FIELD) public @interface Draft
Marks a boolean property on a @Draftable bean that indicates if the bean instance is a 'draft' or 'live' bean. The property is transient and has no underlying DB column.For beans returned from an
asDraft()query this property will be set to true.