Annotation Type Default
@Target(FIELD) @Retention(RUNTIME) public @interface Default
This annotation tells Java2DB to always use the database-default for a column on create or update. Not to be confused with the
DefaultIfNull annotation.- Author:
- Collin Alpert
- See Also:
DefaultIfNull