Interface DistrictAssignmentLogRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<DistrictAssignmentLog,​java.util.UUID>, org.springframework.data.repository.Repository<DistrictAssignmentLog,​java.util.UUID>

    public interface DistrictAssignmentLogRepository
    extends org.springframework.data.repository.CrudRepository<DistrictAssignmentLog,​java.util.UUID>
    • Method Summary

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

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