We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a44f928 + 85a2ca5 commit 9bee0dcCopy full SHA for 9bee0dc
README.MD
@@ -3,7 +3,7 @@ Lambda2sql (lambda) -> "sql"
3
4
Convert Java 8 lambdas to SQL statements.
5
6
-For example, the following Predicate:
+For example, the following Predicate<Person>:
7
```
8
person -> person.getAge() < 100 && person.getHeight() > 200
9
@@ -15,7 +15,7 @@ is converted to a string:
15
16
allowing you to write readable queries in a type safe way.
17
18
-See Lambda2SqlTest for more examples.
+See Lambda2SqlTest for more examples or the [Wiki](https://github.com/ajermakovics/lambda2sql/wiki).
19
20
Usage
21
---------
0 commit comments