public static class JPAFilter.DefaultImpls
A JPA filter. See concrete implementation classes for further information.
| Modifier and Type | Method and Description |
|---|---|
static JPAFilter |
and(JPAFilter $this,
JPAFilter other)
Produces a filter which only matches rows which are matched both by this and the other filter.
|
static JPAFilter |
not(JPAFilter $this)
Negates this filter.
|
static JPAFilter |
or(JPAFilter $this,
JPAFilter other)
Produces a filter which matches rows which are matched by either this or the other filter.
|