Class Neo4jSimpleTypes

java.lang.Object
org.springframework.data.neo4j.core.convert.Neo4jSimpleTypes

@API(status=STABLE, since="6.0") public final class Neo4jSimpleTypes extends Object
A list of Neo4j simple types: All attributes that can be mapped to a property. Some special logic has to be applied for domain attributes of the collection types List and Map. Those can be mapped to simple properties as well as to relationships to other things.

The Java driver itself has a good overview of the supported types: The Cypher type system.

Since:
6.0
Author:
Michael J. Simons
  • Field Details

    • HOLDER

      public static final SimpleTypeHolder HOLDER
      The simple types we support plus all the simple types recognized by Spring. Not taking custom conversions into account.