Skip to content

Commit 9bee0dc

Browse files
committed
2 parents a44f928 + 85a2ca5 commit 9bee0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Lambda2sql (lambda) -> "sql"
33

44
Convert Java 8 lambdas to SQL statements.
55

6-
For example, the following Predicate:
6+
For example, the following Predicate<Person>:
77
```
88
person -> person.getAge() < 100 && person.getHeight() > 200
99
```
@@ -15,7 +15,7 @@ is converted to a string:
1515
```
1616
allowing you to write readable queries in a type safe way.
1717

18-
See Lambda2SqlTest for more examples.
18+
See Lambda2SqlTest for more examples or the [Wiki](https://github.com/ajermakovics/lambda2sql/wiki).
1919

2020
Usage
2121
---------

0 commit comments

Comments
 (0)