接口分层结构
- org.springframework.data.querydsl.QuerydslPredicateExecutor<T>
- io.uok.spacex.core.dao.DictionaryDAO (并 extends org.springframework.data.repository.CrudRepository<T,ID>)
- io.uok.spacex.core.dao.DictionaryItemDAO (并 extends org.springframework.data.repository.CrudRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- io.uok.spacex.core.dao.DictionaryDAO (并 extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
- io.uok.spacex.core.dao.DictionaryItemDAO (并 extends org.springframework.data.querydsl.QuerydslPredicateExecutor<T>)
Copyright © 2019. All rights reserved.