-
Notifications
You must be signed in to change notification settings - Fork 749
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 functionality for mock JPA\Hibernate entities. #89
Comments
There's a plan to add support for the bean validation API. We can look at JPA afterwards |
I think you should be using HSQL with in memory database to test your JPA entities. |
There's a plan to add support for the bean validation API. We can look at JPA afterwards. |
Are you going to honor JPA entities relations (mappedBy/foreignKey) while generating the bean tree with nested beans/collection of beans ? |
Nope On Thu, 14 Apr 2016 at 15:27, Furer Alexander notifications@github.com
|
Is it possible to add functionality that recognizes JPA annotations and build Entity graph.
The text was updated successfully, but these errors were encountered: