Uses of Interface
org.chenile.query.service.SearchService
Package
Description
Registers the key query beans in Spring
Defines contracts for Search using the query model.
Named Query service implementation classes in Mybatis.
Contains key interceptors that can be used in conjunction with the Chenile Query service.
-
Uses of SearchService in org.chenile.configuration.query.service
Modifier and TypeMethodDescription(package private) SearchService<Map<String,
Object>> QueryConfiguration.searchService
(QueryStore queryStore) -
Uses of SearchService in org.chenile.query.service
-
Uses of SearchService in org.chenile.query.service.impl
Modifier and TypeClassDescriptionclass
An implementation of the query service using Mybatis. -
Uses of SearchService in org.chenile.query.service.interceptor
Modifier and TypeFieldDescriptionprivate SearchService<Map<String,
Object>> QueryUserFilterInterceptor.searchService