mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix javadoc for filterManyRaw()
This commit is contained in:
@@ -539,7 +539,7 @@ public interface ExpressionList<T> {
|
||||
*
|
||||
* new QCustomer()
|
||||
* .name.startsWith("Postgres")
|
||||
* .contacts.filterMany("status = ? and firstName like ?", Contact.Status.NEW, "Rob%")
|
||||
* .contacts.filterManyRaw("status = ? and firstName like ?", Contact.Status.NEW, "Rob%")
|
||||
* .findList();
|
||||
*
|
||||
* }</pre>
|
||||
|
||||
Reference in New Issue
Block a user