Breeze / breeze.server.java

Breeze support for java servers
MIT License
15 stars 3 forks source link

JPA support #4

Open heruan opened 9 years ago

heruan commented 9 years ago

At http://breeze.github.io/doc-java-hib/ there's a reference to the incoming JPA support. Is there a issue, branch or any other source to keep track on it (and eventually test)?

steveschmitt commented 9 years ago

No, not yet. We will update this issue to let you know. BTW, what JPA implementation do you use?

heruan commented 9 years ago

Thank you! I use EclipseLink.

jhulick commented 8 years ago

+1 Spring Data over Hibernate for me.

cime commented 8 years ago

+1

pfurini commented 7 years ago

+1 Spring Data (better if persistence layer agnostic, I'd like to able to switch from Hibernate to Ebean in the near future)

vokinpirks commented 6 years ago

What if I want to use polyglot persistance JPA implementation like Apache Kundera?