kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Pluggable JPA Provider #18

Closed n3k0 closed 7 years ago

n3k0 commented 8 years ago

Right now, KumuluzEE just works with EclipseLink, but it could be nice if it can works with other ORM like BatooJPA or another ORM (yes HIbernate may be). Or, it is some way to do that? Thanks in advance.

MBJuric commented 7 years ago

KumuluzEE now provides support for Hibernate (JPA 2.1). It is also possible to add other providers - possible contributions are welcome.