接口分层结构
- org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
- org.coodex.concrete.accounts.tenant.repositories.AbstractTenantRepo<T> (并 extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.coodex.concrete.accounts.tenant.repositories.AbstractTenantRepo<T> (并 extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.coodex.concrete.accounts.tenant.repositories.AbstractTenantRepo<T> (并 extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
Copyright © 2020. All rights reserved.