I have one doubt regarding the implementation of spring data having basic knowledge of spring data. I understand JPA and Hibernate how this works. Hibernate provides a JPA implementation. My questions. Can we work alone with spring data to save data in mysql or do we need some kind of provider, for example, hibernate or toplink, etc. For a medium sized application.
The structure is as follows:
Spring Data JPA | JPA | Hibernate
You need Hibernate as a JPA implementation, but from your point of view you should only see Spring Data JPA.
, , javax.persistence, JPA ( Hibernate), Hibernate EclipseLink - .
javax.persistence
Source: https://habr.com/ru/post/1613292/More articles:Spark MLLib Word2Vec cosine similarity greater than 1 - machine-learningFailed to connect to live 'ssl: //gateway.push.apple.com: 2195' - push-notificationCombine an operator to match multiple properties - neo4jHow do you polyfill Javascript ES6 `new.target`? - javascriptHow to get all public posts using Instagram API? - instagram-apiНеоднозначная переменная типа в переменной параметре (функция printf-like) - haskellhow to get response from node server using ajax method in html - javascriptРазличное поведение в разных сценариях "warning C4800:" int ": принудительное значение bool" true "или" false " - c++Дополнительный тест при использовании InlineAutoData без использования InlineAutoData - c#Two matching lists from one list - pythonAll Articles