Interface RolesToUserRepo

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<RolesToUser,Long>, systems.dennis.shared.repository.AbstractRepository<RolesToUser,Long>, org.springframework.data.repository.CrudRepository<RolesToUser,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<RolesToUser>, org.springframework.data.repository.Repository<RolesToUser,Long>

public interface RolesToUserRepo extends systems.dennis.shared.postgres.repository.PaginationRepository<RolesToUser>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo

    exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOne

    Methods inherited from interface systems.dennis.shared.repository.AbstractRepository

    findAll, save

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll