接口 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对象
  • 方法详细资料

    • findAll

      default org.springframework.data.domain.Page<T> findAll(PageRequest request)
    • pageRequest

      default org.springframework.data.domain.Page<T> pageRequest(PageRequest request)
    • searchRequest

      default org.springframework.data.domain.Page<T> searchRequest(SearchRequest request)