Uses of Interface
org.chenile.query.service.QueryStore
Package
Description
Registers the key query beans in Spring
Defines contracts for Search using the query model.
Named Query service implementation classes in Mybatis.
-
Uses of QueryStore in org.chenile.configuration.query.service
Modifier and TypeMethodDescription(package private) SearchService<Map<String,
Object>> QueryConfiguration.searchService
(QueryStore queryStore) -
Uses of QueryStore in org.chenile.query.service
Modifier and TypeMethodDescriptionvoid
AbstractSearchServiceImpl.setQueryStore
(QueryStore queryStore) -
Uses of QueryStore in org.chenile.query.service.impl
Modifier and TypeClassDescriptionclass
Implementation of query store.class
Reads the query definitions from a JSON file that has been passed to it.class
Unused for now