Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RESTFul and Hibernate

Tags:

rest

hibernate

Is there a tool that can create RESTFul java services from classes generated with hibernate tool?

like image 594
user107303 Avatar asked Nov 14 '22 15:11

user107303


1 Answers

Spring Data - REST may be useful.

https://github.com/SpringSource/spring-data-rest/wiki/JPA-Repository-REST-Exporter

like image 138
K. Siva Prasad Reddy Avatar answered Dec 29 '22 12:12

K. Siva Prasad Reddy