Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvmlet/protojpa

Generates JPA entities over protobuf message with Hibernate tools
https://github.com/jvmlet/protojpa

Last synced: about 1 month ago
JSON representation

Generates JPA entities over protobuf message with Hibernate tools

Awesome Lists containing this project

README

        

The Hibernate tools exporter that generates :

1. Proto message for each table
2. Java classes by running protoc executable with generated .proto file
3. JPA entities backed-up by generated Builders