Uses of Interface
com.helger.dao.IAutoSaveAware
-
Packages that use IAutoSaveAware Package Description com.helger.dao com.helger.dao.container com.helger.dao.simple com.helger.dao.wal -
-
Uses of IAutoSaveAware in com.helger.dao
Subinterfaces of IAutoSaveAware in com.helger.dao Modifier and Type Interface Description interfaceIDAOBase DAO interface.Classes in com.helger.dao that implement IAutoSaveAware Modifier and Type Class Description classAbstractDAOBase implementation ofIDAO -
Uses of IAutoSaveAware in com.helger.dao.container
Subinterfaces of IAutoSaveAware in com.helger.dao.container Modifier and Type Interface Description interfaceIDAOContainerA marker interface for objects containing other DAOs.Classes in com.helger.dao.container that implement IAutoSaveAware Modifier and Type Class Description classAbstractDAOContainerAbstract base implementation ofIDAOContainer.classDefaultDAOContainerThe default implementation ofIDAOContainerusing a list of DAOs provider in the constructor. -
Uses of IAutoSaveAware in com.helger.dao.simple
Classes in com.helger.dao.simple that implement IAutoSaveAware Modifier and Type Class Description classAbstractSimpleDAOBase class for a simple DAO. -
Uses of IAutoSaveAware in com.helger.dao.wal
Classes in com.helger.dao.wal that implement IAutoSaveAware Modifier and Type Class Description classAbstractMapBasedWALDAO<INTERFACETYPE extends com.helger.commons.id.IHasID<String>,IMPLTYPE extends INTERFACETYPE>Base class for WAL based DAO that uses a simpleICommonsMapfor data storage.classAbstractWALDAO<DATATYPE>Base class for a simple DAO using write ahead logging (WAL).
-