Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jvmlet/protojpa
- Owner: jvmlet
- Created: 2014-02-13T07:20:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T10:42:38.000Z (almost 11 years ago)
- Last Synced: 2024-11-10T03:12:28.195Z (3 months ago)
- Language: Java
- Homepage:
- Size: 324 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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