We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, Elide relies on the "native Hibernate" API, not the JPA standard. This makes it impossible to use Elide with EclipseLink, OpenJpa, etc.
The text was updated successfully, but these errors were encountered:
This shouldn't be the case; which annotations are you referring to? In our elide-core, we have this set: https://github.com/yahoo/elide/blob/master/elide-core/pom.xml#L70
elide-core
Are you including the hibernate datastores? Perhaps that may be pulling in hibernate's annotations?
Sorry, something went wrong.
See PR #747 as a start to this.
Next I will refactor with a generic JPA superclass that supports any JPA with Hibernate 3 and 5 native becoming subclassed implementations.
We now support JpaDataStore.
No branches or pull requests
Currently, Elide relies on the "native Hibernate" API, not the JPA standard. This makes it impossible to use Elide with EclipseLink, OpenJpa, etc.
The text was updated successfully, but these errors were encountered: