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

Support XML configuration besides annotation

kerler opened this issue · comments

Dear gjrwebber,

I want to use Spring Data Gremlin on legacy POJO classes and I do not want to add annotation onto those POJO classes. So would you like to support XML configration besides annotation?

So far without support to XML configuration, I will have to use bytecode manipulation tool such as ByteBuddy to add annotation onto legacy POJO classes.

Thanks,
Kerler

Hi Kerler, definitely not a bad idea, though I don't know how popular the feature is. At this point I am continuing on the core of the project and getting it up to scratch. If you want to take a stab at it, be my guest!

Thanks,
Graham