所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.herodotus.engine.rest.core.controller.BaseReadableRestController<E,
ID> (implements cn.herodotus.engine.rest.core.controller.ReadableController<E, ID>) - cn.herodotus.engine.rest.core.controller.BaseWriteableRestController<E,
ID> (implements cn.herodotus.engine.rest.core.controller.WriteableController<E, ID>) - cn.herodotus.engine.supplier.tenant.controller.SysTenantDataSourceController
- cn.herodotus.engine.rest.core.controller.BaseWriteableRestController<E,
- cn.herodotus.engine.data.core.service.BaseService<E,
ID> (implements cn.herodotus.engine.data.core.service.WriteableService<E, ID>) - cn.herodotus.engine.supplier.tenant.service.SysTenantDataSourceService
- cn.herodotus.engine.supplier.tenant.configuration.SupplierTenantConfiguration
- cn.herodotus.engine.rest.core.controller.BaseReadableRestController<E,