public final class Filters extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTINUOUS_QUERY_FILTER_FACTORY_NAME |
static String |
ITERATION_QUERY_FILTER_CONVERTER_FACTORY_NAME |
static String |
QUERY_DSL_FILTER_FACTORY_NAME
The name of the factory used for query DSL based filters and converters.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
makeFactoryParams(org.infinispan.query.dsl.Query<?> query) |
static Object[] |
makeFactoryParams(String queryString,
Map<String,Object> namedParameters) |
public static final String QUERY_DSL_FILTER_FACTORY_NAME
public static final String ITERATION_QUERY_FILTER_CONVERTER_FACTORY_NAME
public static final String CONTINUOUS_QUERY_FILTER_FACTORY_NAME
Copyright © 2021 JBoss by Red Hat. All rights reserved.