Interface AdminRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Admin,Integer>, JpaRepository<Admin,Integer>, org.springframework.data.repository.ListCrudRepository<Admin,Integer>, org.springframework.data.repository.ListPagingAndSortingRepository<Admin,Integer>, org.springframework.data.repository.PagingAndSortingRepository<Admin,Integer>, org.springframework.data.repository.query.QueryByExampleExecutor<Admin>, org.springframework.data.repository.Repository<Admin,Integer>

public interface AdminRepo extends JpaRepository<Admin,Integer>
Author:
Lilian (Curriane)
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne