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
| FindByXX | Returns the entity identified by the given XX |
81
+
| FindAll | Returns all entities |
82
+
| Save | Saves the given entity |
83
+
| SaveByXX | Saves the given entity identified by the given XX |
84
+
| DeleteByXX | Deletes the entity identified by the given XX |
85
+
| Count | Returns the number of entities |
86
+
| ExistsBy | Indicates whether an entity with the given ID exists |
87
+
88
+
cf. [Spring Data JPA - Reference Documentation](https://docs.spring.io/spring-data/data-jpa/docs/current/reference/html/#repositories.core-concepts)
89
+
90
+
# Tests
91
+
I have no tests because of my laziness, but I will prepare tests in [github - Gobel](https://github.com/bmf-san/Gobel) which is a my more practical clean architecture application with golang.
0 commit comments