Package com.oracle.coherence.cdi
Class FilterProducer.WhereFilterSupplier
java.lang.Object
com.oracle.coherence.cdi.FilterProducer.WhereFilterSupplier
- All Implemented Interfaces:
FilterFactory<WhereFilter,Object>
- Enclosing class:
FilterProducer
@WhereFilter("")
@ApplicationScoped
public static class FilterProducer.WhereFilterSupplier
extends Object
implements FilterFactory<WhereFilter,Object>
A
FilterFactory that produces Filter
instances from a CohQL where clause.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WhereFilterSupplier
public WhereFilterSupplier()
-
-
Method Details
-
create
Description copied from interface:FilterFactoryCreate aFilterinstance.- Specified by:
createin interfaceFilterFactory<WhereFilter,Object> - Parameters:
annotation- theAnnotationthat defines the filter- Returns:
- a
Filterinstance
-