JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.luwrain.pim
Interface BasicDAO<E>
public interface
BasicDAO<E>
Common operations for any data access object (DAO).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
E
e)
List
<
E
>
getAll
()
void
update
(
E
e)
Method Details
add
void
add
(
E
e)
getAll
List
<
E
>
getAll
()
update
void
update
(
E
e)