Interface UserInScopeRepo

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

public interface UserInScopeRepo extends systems.dennis.shared.postgres.repository.PaginationRepository<UserInScopeModel>
  • Method Summary

    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