Closed frant-hartm closed 6 years ago
Provide support for
@Property(nullable=false)
nullable=true
Neo4j docs: http://neo4j.com/docs/developer-manual/current/cypher/schema/constraints/
Availability of these features should be verified at startup, e.g. through CALL dbms.components query
CALL dbms.components
This feature is now available in 3.1.x-SNAPSHOT, will be part of 3.1.0 release.
Provide support for
@Property(nullable=false)
(default valuenullable=true
)Neo4j docs: http://neo4j.com/docs/developer-manual/current/cypher/schema/constraints/
Availability of these features should be verified at startup, e.g. through
CALL dbms.components
query