Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this plugin support persistence metadata provided via XML instead of annotations? #10

Closed
chrisco484 opened this issue Jan 8, 2019 · 1 comment

Comments

@chrisco484
Copy link

chrisco484 commented Jan 8, 2019

Not really an issue but I didn't know where else to ask a question :)

We've been using DataNucleus for many years (JDO) via maven and we love it - just looking to change our build tool from maven to gradle so this new gradle plugin for DataNucleus looks very interesting! Thanks for creating it.

@rm3l
Copy link
Owner

rm3l commented Jan 12, 2019

Hi there!
Under the hood, all the Gradle tasks added via this plugin leverage the programmatic APIs provided by DataNucleus, for enhancement and schema tool operations. So yes, this plugin does support persistence metadata provided either via XML (with JDO XSD or ORM XSD specifications) or via annotations.
By the way, there is a very simple 'sample-jdo' sample project in this repo, which can be used as a starting point for testing this plugin against JDO.
JDO is not fully tested; so please let me know if you run into any issues.

@rm3l rm3l closed this as completed Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants