类 AbstractIQEEController<E extends win.doyto.query.entity.Persistable<I>,​I extends java.io.Serializable,​Q extends win.doyto.query.core.PageQuery>

  • 所有已实现的接口:
    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
    • 字段概要

      • 从类继承的字段 win.doyto.query.service.AbstractDynamicService

        dataAccess, entityAspects, entityCacheWrapper, entityClass, queryCacheWrapper, transactionOperations
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected E buildEntity​(E e)  
      protected E buildResponse​(E e)  
      • 从类继承的方法 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
      • 从接口继承的方法 win.doyto.query.service.CrudService

        delete, fetch, get
      • 从接口继承的方法 win.doyto.query.service.DynamicService

        batchInsert, create, create, delete, delete, fetch, get, isNewEntity, patch, patch, save, update
      • 从接口继承的方法 win.doyto.query.service.QueryService

        count, exists, get, get, notExists, page, page, query, query, queryColumns, queryIds
    • 构造器详细资料

      • AbstractIQEEController

        public AbstractIQEEController()
    • 方法详细资料

      • 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>>