Class DateCollectionStringConverter

java.lang.Object
org.neo4j.ogm.typeconversion.DateCollectionStringConverter
All Implemented Interfaces:
AttributeConverter<Collection<Date>,String[]>

public class DateCollectionStringConverter extends Object implements AttributeConverter<Collection<Date>,String[]>
By default the OGM will map date collections to UTC-based ISO8601 compliant String collections when being stored as a node / relationship property Users can override this behaviour for Date objects using the appropriate annotations: DateString.FORMAT will convert between dates and strings using a user defined date format, e.g. "yy-MM-dd" DateLong will read and write dates as Long values in the database.
Author:
Luanne Misquitta