JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
io.ebean.core
Package
io.ebeaninternal.server.el
Interface ElMatcher<T>
public interface
ElMatcher<T>
Interface for defining matches for filter expressions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isMatch
(
T
bean)
Return true if the bean matches the expression.
Method Details
isMatch
boolean
isMatch
(
T
bean)
Return true if the bean matches the expression.