Interface UserFindByRepository<T extends systems.dennis.shared.postgres.model.BaseEntity>

All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<T,Long>, systems.dennis.shared.repository.AbstractRepository<T,Long>, org.springframework.data.repository.CrudRepository<T,Long>, systems.dennis.shared.postgres.repository.PaginationRepository<T>, org.springframework.data.repository.Repository<T,Long>
All Known Subinterfaces:
LoginHistoryRepository, SubscriptionRepo, UserRoleRepo

@NoRepositoryBean public interface UserFindByRepository<T extends systems.dennis.shared.postgres.model.BaseEntity> extends systems.dennis.shared.postgres.repository.PaginationRepository<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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
  • Method Details

    • findByUserDataId

      List<T> findByUserDataId(Long number)