gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a HybridSchemaGenerator

gjrwebber opened this issue · comments

Create a HybridSchemaGenerator which considers all SchemaGenerators in the class path and builds the schema using any of the available annotations. ie. Users will be able to combine JPA, Neo4j and any custom annotations.