类分层结构
- java.lang.Object
- org.springframework.data.mongodb.core.query.Criteria (implements org.springframework.data.mongodb.core.query.CriteriaDefinition)
- cn.minsin.base.BaseCriteria (implements org.springframework.data.mongodb.core.query.CriteriaDefinition)
- org.springframework.data.mongodb.repository.support.SimpleMongoRepository<T,ID> (implements org.springframework.data.mongodb.repository.MongoRepository<T,ID>)
接口分层结构
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.mongodb.repository.MongoRepository<T,ID> (并 extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.mongodb.repository.MongoRepository<T,ID> (并 extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
枚举分层结构
Copyright © 2019. All rights reserved.