Interface UserDataRepository

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

@Repository public interface UserDataRepository extends systems.dennis.shared.postgres.repository.PaginationRepository<UserData>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByLogin(String username)
     

    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