Class RemoteQueryFactory
- java.lang.Object
-
- org.infinispan.query.dsl.impl.BaseQueryFactory
-
- org.infinispan.client.hotrod.impl.query.RemoteQueryFactory
-
- All Implemented Interfaces:
org.infinispan.query.dsl.QueryFactory
public final class RemoteQueryFactory extends org.infinispan.query.dsl.impl.BaseQueryFactory- Since:
- 6.0
- Author:
- anistor@redhat.com
-
-
Constructor Summary
Constructors Constructor Description RemoteQueryFactory(InternalRemoteCache<?,?> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.infinispan.query.dsl.Query<T>create(String queryString)org.infinispan.query.dsl.QueryBuilderfrom(Class<?> entityType)org.infinispan.query.dsl.QueryBuilderfrom(String entityType)
-
-
-
Constructor Detail
-
RemoteQueryFactory
public RemoteQueryFactory(InternalRemoteCache<?,?> cache)
-
-