Package com.storedobject.common
Interface FilterProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter provider is used to define a provider of some sort of "filter condition". A typically example is a class
that provides a programmatically generated SQL condition.
- Author:
- Syam
-
Method Summary
-
Method Details
-
getFilterCondition
-