You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Spring Data Commons image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link="https://ge.spring.io/scans?search.rootProjectNames=Spring Data Core"]
2
+
3
+
https://projects.spring.io/spring-data/[Spring Data Commons] is part of the umbrella Spring Data project that provides shared infrastructure across the Spring Data projects. It contains technology neutral repository interfaces as well as a metadata model for persisting Java classes.
4
+
5
+
Our primary goals are:
6
+
7
+
* Powerful Repository and custom object-mapping abstractions
8
+
* Support for cross-store persistence
9
+
* Dynamic query generation from query method names
10
+
* Implementation domain base classes providing basic properties
11
+
* Support for transparent auditing (created, last changed)
0 commit comments