JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.dnlkk.repository
Interface DnlkkRepository<K,
V>
public interface
DnlkkRepository<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
deleteById
(
K
id)
List
<
V
>
findAll
()
V
findById
(
K
id)
V
save
(
V
entity)
Method Details
findById
V
findById
(
K
id)
findAll
List
<
V
>
findAll
()
save
V
save
(
V
entity)
deleteById
V
deleteById
(
K
id)