Annotation Interface DateLong


@Retention(RUNTIME) @Target(FIELD) @Inherited @ConvertWith(converter=org.springframework.data.neo4j.core.support.DateLongConverter.class) @API(status=STABLE, since="6.0") public @interface DateLong
Indicates SDN to store dates as long in the database. Applicable to `java.util.Date` and `java.time.Instant`
Since:
6.0
Author:
Michael J. Simons