Interface OpNoteRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<OpNote,​String>, org.springframework.data.repository.Repository<OpNote,​String>

    public interface OpNoteRepository
    extends org.springframework.data.repository.CrudRepository<OpNote,​String>
    • Method Summary

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

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