Package org.neo4j.ogm.annotation.typeconversion


package org.neo4j.ogm.annotation.typeconversion
  • Class
    Description
    Annotation to be applied to fields of entity properties to specify the AttributeConverter to use for writing or reading its value in the graph database.
    Placeholder to allow the annotation to be applied without specifying an explicit converter implementation.
    Indicates OGM to store dates as long in the database.
    Indicates OGM to store dates as String in ISO_8601 format in the database.