Interface DnlkkRepository<K,V>


public interface DnlkkRepository<K,V>
  • Method Details

    • findById

      V findById(K id)
    • findAll

      List<V> findAll()
    • save

      V save(V entity)
    • deleteById

      V deleteById(K id)