Uses of Class
org.apache.ignite.internal.processors.query.QueryTypeCandidate
-
Packages that use QueryTypeCandidate Package Description org.apache.ignite.internal.processors.query -
-
Uses of QueryTypeCandidate in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return QueryTypeCandidate Modifier and Type Method Description static QueryTypeCandidateQueryUtils. typeForQueryEntity(GridKernalContext ctx, String cacheName, String schemaName, GridCacheContextInfo cacheInfo, QueryEntity qryEntity, List<Class<?>> mustDeserializeClss, boolean escape)Create type candidate for query entity.
-