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.
69 stars 54 forks source link

Support XML configuration besides annotation #32

Open kerler opened 9 years ago

kerler commented 9 years ago

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

gjrwebber commented 9 years ago

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