|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DAO | |
|---|---|
| com.gridsystems.storage | |
| Uses of DAO in com.gridsystems.storage |
|---|
| Methods in com.gridsystems.storage with parameters of type DAO | ||
|---|---|---|
static
|
DAOManager.delete(DAO<T> dao,
T obj)
Deletes all files associated to the specified object. |
|
static
|
DAOManager.load(DAO<T> dao,
java.util.Map<java.lang.String,java.lang.String> data)
Loads an object from the specified DAO, using data as initialization info. |
|
static
|
DAOManager.store(DAO<T> dao,
T obj)
Stores an object through the specified DAO. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||