diff --git a/querydsl-scala/readme.txt b/querydsl-scala/readme.txt index 5f8d2ed81..b855fc6b7 100644 --- a/querydsl-scala/readme.txt +++ b/querydsl-scala/readme.txt @@ -10,3 +10,18 @@ _ : (domainType.firstName like_ "An%") and_ (domainType.firstName like_ $ : (domainType.firstName $like "An%") $and (domainType.firstName $like "Be%") + + + +// query from (person) where (person.age < 5) unique (person.firstName); + RelationalPath Predicate Expression + +* any -> Expression + +* any -> RelationalPath + +* String -> StringFunctions +* Number -> NumberFunctions +... + + \ No newline at end of file