Uses of Interface
com.gridsystems.storage.DAO

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
<T> void
DAOManager.delete(DAO<T> dao, T obj)
          Deletes all files associated to the specified object.
static
<T> T
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
<T> void
DAOManager.store(DAO<T> dao, T obj)
          Stores an object through the specified DAO.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.