java.lang.Object
org.springframework.data.neo4j.core.convert.Neo4jSimpleTypes
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleTypeHolderThe simple types we support plus all the simple types recognized by Spring. -
Method Summary
-
Field Details
-
HOLDER
The simple types we support plus all the simple types recognized by Spring. Not taking custom conversions into account.
-