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

Support for JPA (eg. EclipseLink) #287

Closed
escapetech-dk opened this issue Jul 7, 2016 · 3 comments
Closed

Support for JPA (eg. EclipseLink) #287

escapetech-dk opened this issue Jul 7, 2016 · 3 comments

Comments

@escapetech-dk
Copy link

Currently, Elide relies on the "native Hibernate" API, not the JPA standard. This makes it impossible to use Elide with EclipseLink, OpenJpa, etc.

@DennisMcWherter
Copy link
Collaborator

DennisMcWherter commented Jul 11, 2016

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

Are you including the hibernate datastores? Perhaps that may be pulling in hibernate's annotations?

@wcekan
Copy link
Contributor

wcekan commented Feb 21, 2019

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.

@aklish
Copy link
Member

aklish commented Jul 28, 2021

We now support JpaDataStore.

@aklish aklish closed this as completed Jul 28, 2021
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

4 participants