JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.flowingcode.backendcore.dao
Interface UpdateDao<T>
All Known Subinterfaces:
CrudDao
<T,
K>
public interface
UpdateDao<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
update
(
T
entity)
Method Details
update
void
update
(
T
entity)