Class QueryRuntimeFilterFactory.ChainedFilter

java.lang.Object
net.sf.basedb.core.QueryRuntimeFilterFactory.ChainedFilter
All Implemented Interfaces:
QueryRuntimeFilter
Enclosing class:
QueryRuntimeFilterFactory

static class QueryRuntimeFilterFactory.ChainedFilter
extends Object
implements QueryRuntimeFilter
Chains one or more filters into a single filter. This filter will simply call QueryRuntimeFilter.enableFilters(QueryRuntimeFilterManager, EntityQuery, DbControl) for each of the chained filters.