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

EclipseLink and Spring-data-dynamodb #59

Closed
felipefdagaianet opened this issue May 31, 2015 · 2 comments
Closed

EclipseLink and Spring-data-dynamodb #59

felipefdagaianet opened this issue May 31, 2015 · 2 comments

Comments

@felipefdagaianet
Copy link

Hello,

Is there a problem if I use spring-data with EclipseLink (PostgreSQL) mixed with dynamodb with this solution?

I ask cause I configure everything, but my model class is returning:
No [ManagedType] was found for the key class [com.xphub.core.model.Search] in the Metamodel - please verify that the [Managed] class was referenced in persistence.xml using a specific com.xphub.core.model.Search property or a global false element.

Anyone knows anything about that?

@derjust
Copy link
Contributor

derjust commented Jan 25, 2016

@felipefda can you post some more details at derjust#16 please?
As (privately) communicated with @michaellavelle, the project will continue under https://github.com/derjust/spring-data-dynamodb.

@derjust
Copy link
Contributor

derjust commented Feb 22, 2018

You have to specify which entity class is managed by which repository. Otherwise errors like the one above appear.
An example (with spring-data-jpa but it's the same for any spring-data-* provider) how to do it is posted at this fork's wiki.

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

3 participants