Interface SectionConfigurationRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<SectionConfiguration,UUID>, org.springframework.data.repository.Repository<SectionConfiguration,UUID>

@Repository public interface SectionConfigurationRepository extends org.springframework.data.repository.CrudRepository<SectionConfiguration,UUID>
  • Method Summary

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

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