类分层结构
- java.lang.Object
- org.hswebframework.web.commons.entity.SimpleGenericEntity<PK> (implements org.hswebframework.web.commons.entity.GenericEntity<PK>)
接口分层结构
- org.hswebframework.web.dashboard.executor.DashBoardExecutor
- org.hswebframework.web.service.Service
- org.hswebframework.web.service.CreateEntityService<E>
- org.hswebframework.web.service.CrudService<E,PK> (并 extends org.hswebframework.web.service.CreateEntityService<E>, org.hswebframework.web.service.DeleteService<E,PK>, org.hswebframework.web.service.InsertService<E,PK>, org.hswebframework.web.service.QueryByEntityService<E>, org.hswebframework.web.service.QueryService<E,PK>, org.hswebframework.web.service.UpdateService<E,PK>)
- org.hswebframework.web.dashboard.DashBoardService
- org.hswebframework.web.service.DeleteService<E,PK>
- org.hswebframework.web.service.InsertService<E,PK>
- org.hswebframework.web.service.QueryByEntityService<E>
- org.hswebframework.web.service.QueryService<E,PK>
- org.hswebframework.web.service.UpdateService<E,PK>
Copyright © 2019. All rights reserved.