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

Add support DataNucleus #19

Closed
divinespear opened this issue Jan 20, 2016 · 3 comments
Closed

Add support DataNucleus #19

divinespear opened this issue Jan 20, 2016 · 3 comments

Comments

@divinespear
Copy link
Owner

Before work #14, DataNucleus not supported by spring-data-jpa, so some class to be created.

@divinespear
Copy link
Owner Author

maybe later...

@divinespear
Copy link
Owner Author

WTF! DataNucleus does not support generate DDL without connection!

Anyway, this can use with only database...

@andyjefferson
Copy link

WTF?, DataNucleus uses a connection to get the database capabilities, which seems like a perfectly reasonable thing to do, because otherwise the persistence provider is then hardcoding things that may or may not remain the same for all future versions of that database.
Oh, and the JPA spec requires a JDBC connection definition for a JPA provider to generate DDL (as per JPA 2.1 semantics).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants