类 AbstractIQEEController<E extends win.doyto.query.entity.Persistable<I>,I extends java.io.Serializable,Q extends win.doyto.query.core.PageQuery>
- java.lang.Object
-
- win.doyto.query.service.AbstractDynamicService<E,I,Q>
-
- win.doyto.query.service.AbstractCrudService<E,I,Q>
-
- win.doyto.query.web.controller.AbstractIQRSController<E,I,Q,E,E>
-
- win.doyto.query.web.controller.AbstractIQEEController<E,I,Q>
-
- 所有已实现的接口:
win.doyto.query.service.CrudService<E,I,Q>,win.doyto.query.service.DynamicService<E,I,Q>,win.doyto.query.service.QueryService<E,I,Q>
public abstract class AbstractIQEEController<E extends win.doyto.query.entity.Persistable<I>,I extends java.io.Serializable,Q extends win.doyto.query.core.PageQuery> extends AbstractIQRSController<E,I,Q,E,E>
AbstractIQEEController- 作者:
- f0rb on 2020-01-29
-
-
构造器概要
构造器 构造器 说明 AbstractIQEEController()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected EbuildEntity(E e)protected EbuildResponse(E e)-
从类继承的方法 win.doyto.query.web.controller.AbstractIQRSController
add, add, buildEntity, checkResult, deleteById, getById, paging, patch, update
-
从类继承的方法 win.doyto.query.service.AbstractDynamicService
caching, clearCache, count, create, create, delete, delete, evictCache, fetch, get, getCacheName, getRowMapper, patch, patch, query, queryColumns, queryIds, resolveCacheKey, setCacheList, setCacheManager, setJdbcOperations, setTransactionManager, update
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
方法详细资料
-
buildResponse
protected E buildResponse(E e)
- 覆盖:
buildResponse在类中AbstractIQRSController<E extends win.doyto.query.entity.Persistable<I>,I extends java.io.Serializable,Q extends win.doyto.query.core.PageQuery,E extends win.doyto.query.entity.Persistable<I>,E extends win.doyto.query.entity.Persistable<I>>
-
buildEntity
protected E buildEntity(E e)
- 覆盖:
buildEntity在类中AbstractIQRSController<E extends win.doyto.query.entity.Persistable<I>,I extends java.io.Serializable,Q extends win.doyto.query.core.PageQuery,E extends win.doyto.query.entity.Persistable<I>,E extends win.doyto.query.entity.Persistable<I>>
-
-