Skip to main content

Posts

Showing posts from November, 2018

Spring Data Rest Vs Spring Data JPA vs Hibernate

Spring Data JPA wrapped the implementation from the vendor(default Hibernate); Spring Data Rest will support features including convert the data service into HAL(hypertext Application language) based on rest service. Like Spring Data Elasticsearch and others, Spring Data JPA is one of the data service(for relational database) supported by Spring Data Rest