Annotation Interface DateLong


@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface DateLong
Indicates OGM to store dates as long in the database. Applicable to `java.util.Date` and `java.time.Instant`
Author:
Vince Bickers