Class RemoteQueryFactory
java.lang.Object
org.infinispan.query.dsl.impl.BaseQueryFactory
org.infinispan.client.hotrod.impl.query.RemoteQueryFactory
- All Implemented Interfaces:
QueryFactory
- Since:
- 6.0
- Author:
- anistor@redhat.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,V> ContinuousQuery<K, V> continuousQuery(RemoteCache<K, V> cache) <T> Query<T>Creates a Query based on an Ickle query string.Creates a QueryBuilder for the given entity type.Creates a QueryBuilder for the given entity type.Methods inherited from class org.infinispan.query.dsl.impl.BaseQueryFactory
having, having, not, not
-
Constructor Details
-
RemoteQueryFactory
-
-
Method Details
-
create
Description copied from interface:QueryFactoryCreates a Query based on an Ickle query string.- Returns:
- a query
-
from
Description copied from interface:QueryFactoryCreates a QueryBuilder for the given entity type.- Parameters:
entityType- the Class of the entity- Returns:
- a builder capable of creating queries for the specified entity type
-
from
Description copied from interface:QueryFactoryCreates a QueryBuilder for the given entity type.- Parameters:
entityType- fully qualified entity type name- Returns:
- a builder capable of creating queries for the specified entity type
-
continuousQuery
-