Class NamedQueryServiceSpringMybatisImpl

java.lang.Object
org.chenile.query.service.AbstractSearchServiceImpl
org.chenile.query.service.impl.NamedQueryServiceSpringMybatisImpl
All Implemented Interfaces:
SearchService<Map<String,Object>>

public class NamedQueryServiceSpringMybatisImpl extends AbstractSearchServiceImpl
An implementation of the query service using Mybatis. The service accomplishes search by first looking up a query name in a query store. It retrieves the metadata about the query that includes a Mybatis query name. This is used to execute the query using Mybatis. The results are returned back