All Projects → aesteve → vertx-hibernate-service

aesteve / vertx-hibernate-service

Licence: other
Hibernate service for Vert.x

Programming Languages

java
68154 projects - #9 most used programming language

vertx-hibernate-service

Hibernate service for Vert.x


This project aims at providing every javax.persistence utilities through Hibernate as a Vert.x microservice you could invoke either programmatically or through Vert.x's event bus.

It's wrapping fundamental primitives of the EntityManagerFactory and EntityManager in a non-blocking way.

You call the service API or send a message over the event bus, then wait for an async answer without blocking Vert.x's event loop.


Work in progress.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].