类 SysTenantDataSourceService
java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysTenantDataSource,String>
cn.herodotus.engine.oauth2.authorization.autoconfigure.tenant.SysTenantDataSourceService
- 所有已实现的接口:
cn.herodotus.engine.data.core.service.ReadableService<SysTenantDataSource,,String> cn.herodotus.engine.data.core.service.WriteableService<SysTenantDataSource,String>
@Service
public class SysTenantDataSourceService
extends cn.herodotus.engine.data.core.service.BaseService<SysTenantDataSource,String>
Description: 多租户数据源
- 作者:
- : gengwei.zheng
- Date:
- : 2023/3/29 21:20
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明findByTenantId(String tenantId) cn.herodotus.engine.data.core.repository.BaseRepository<SysTenantDataSource,String> 从类继承的方法 cn.herodotus.engine.data.core.service.BaseService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysTenantDataSourceService
-
-
方法详细资料
-
getRepository
public cn.herodotus.engine.data.core.repository.BaseRepository<SysTenantDataSource,String> getRepository() -
findByTenantId
-