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
Copy file name to clipboardExpand all lines: README.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,26 @@
1
-
# Spring Data JPA Specification DSL for Kotlin [](https://travis-ci.org/consoleau/kotlin-jpa-specification-dsl)
This library provides a fluent DSL for querying spring data JPA repositories using spring data Specifications (i.e. the JPA Criteria API), without boilerplate code or a generated metamodel.
4
5
5
-
# Example #
6
+
Hat tip to [Mike Buhot](https://github.com/mbuhot) for the initial implementation.
@@ -145,7 +160,7 @@ This is a bit dense, but makes sense when it's broken down:
145
160
146
161
This is implemented using a private helper function `spec` that captures the common use case of taking an Entity property, and using a `CriteriaBuilder` to create a `Predicate`:
0 commit comments