Interface PersonalSettingsRepo

All Superinterfaces:
org.springframework.data.repository.CrudRepository<PersonalSettingsModel,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<PersonalSettingsModel>, systems.dennis.shared.repository.PaginationRepository<PersonalSettingsModel>, org.springframework.data.repository.Repository<PersonalSettingsModel,Long>

@Repository public interface PersonalSettingsRepo extends systems.dennis.shared.repository.PaginationRepository<PersonalSettingsModel>
  • Method Summary

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

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

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    count, delete, exists, findAll, findAll, findBy, findOne

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

    findAll, findAll, findFirst, save