接口 FastRepository<T,ID>
- 类型参数:
T-ID-
- 所有超级接口:
BaseRepository<T,,ID> org.springframework.data.repository.CrudRepository<T,,ID> DynamicNativeRepository<T,,ID> DynamicRepository<T,,ID> org.springframework.data.jpa.repository.JpaRepository<T,,ID> org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>,org.springframework.data.repository.ListCrudRepository<T,,ID> org.springframework.data.repository.ListPagingAndSortingRepository<T,,ID> org.springframework.data.repository.PagingAndSortingRepository<T,,ID> org.springframework.data.repository.query.QueryByExampleExecutor<T>,org.springframework.data.repository.Repository<T,ID>
@NoRepositoryBean
public interface FastRepository<T,ID>
extends org.springframework.data.jpa.repository.JpaRepository<T,ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>, DynamicRepository<T,ID>, DynamicNativeRepository<T,ID>
更强大的Repository对象
-
方法概要
修饰符和类型方法说明default org.springframework.data.domain.Page<T> findAll(PageRequest request) default org.springframework.data.domain.Page<T> pageRequest(PageRequest request) default org.springframework.data.domain.Page<T> searchRequest(SearchRequest request) 从接口继承的方法 com.codingapi.springboot.fast.jpa.repository.BaseRepository
getEntityClass从接口继承的方法 org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save从接口继承的方法 com.codingapi.springboot.fast.jpa.repository.DynamicNativeRepository
dynamicNativeListMapQuery, dynamicNativeListQuery, dynamicNativeListQuery, dynamicNativePageMapQuery, dynamicNativePageMapQuery, dynamicNativePageQuery, dynamicNativePageQuery, dynamicNativePageQuery, dynamicNativePageQuery从接口继承的方法 com.codingapi.springboot.fast.jpa.repository.DynamicRepository
dynamicListQuery, dynamicListQuery, dynamicPageQuery, dynamicPageQuery, dynamicPageQuery从接口继承的方法 org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush从接口继承的方法 org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, delete, exists, findAll, findAll, findAll, findBy, findOne从接口继承的方法 org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll从接口继承的方法 org.springframework.data.repository.ListPagingAndSortingRepository
findAll从接口继承的方法 org.springframework.data.repository.PagingAndSortingRepository
findAll从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
方法详细资料
-
findAll
-
pageRequest
-
searchRequest
-