Uses of Class
com.helger.dao.wal.AbstractWALDAO
-
Packages that use AbstractWALDAO Package Description com.helger.dao.wal -
-
Uses of AbstractWALDAO in com.helger.dao.wal
Subclasses of AbstractWALDAO in com.helger.dao.wal 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.Methods in com.helger.dao.wal with parameters of type AbstractWALDAO Modifier and Type Method Description voidWALListener. registerForLaterWriting(AbstractWALDAO<?> aDAO, String sWALFilename, Duration aWaitingWime)This is the main method for registration of later writing.
-