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