Class CommonFilterFactories
java.lang.Object
com.oracle.coherence.spring.configuration.support.CommonFilterFactories
Common
FilterFactorys for defining Coherence Filters.- Since:
- 3.4
- Author:
- Gunnar Hillert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilterFactory<AlwaysFilter,?> Produce aFilterFactorythat produces an instance of anAlwaysFilter.static Map<String,FilterFactory> static FilterFactory<WhereFilter,?> Produce aFilterFactorythat produces an instance of aFiltercreated from a CohQL where clause.
-
Constructor Details
-
CommonFilterFactories
public CommonFilterFactories()
-
-
Method Details
-
alwaysFactory
Produce aFilterFactorythat produces an instance of anAlwaysFilter.- Returns:
- a
FilterFactorythat produces an instance of anAlwaysFilter
-
whereFactory
Produce aFilterFactorythat produces an instance of aFiltercreated from a CohQL where clause.- Returns:
- a
FilterFactorythat produces an instance of anFiltercreated from a CohQL where clause
-
getFilterFactories
-