mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
22be161d96
commit
bcd7f43aca
@ -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
|
||||
...
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user