Here is an overview of Spring Data Graph features:
- Support for property graphs (nodes connected via relationships, each with arbitrary properties)
- Transparent mapping of annotated POJO entities
- Neo4jTemplate with convenient API, exception translation and optional transaction management
- Different type representation strategies for keeping type information in the graph
- Dynamic type projections (duck typing)
- Spring Data Commons Repositories Support
- Cross-store support for partial JPA – Graph Entities
- Neo4j Traversal support on dynamic fields and via repository methods
- Neo4j Indexing support (including full-text and numeric range queries)
- Support for JSR-303 (Bean Validation)
- Support for the Neo4j Server
- Support for running as extensions in the Neo4j Server
No related posts.
is spring data graph support inheritance for entities?