Uses of Class
com.helger.dao.wal.AbstractWALDAO
Packages that use AbstractWALDAO
-
Uses of AbstractWALDAO in com.helger.dao.wal
Subclasses of AbstractWALDAO in com.helger.dao.walModifier and TypeClassDescriptionclassAbstractMapBasedWALDAO<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 AbstractWALDAOModifier and TypeMethodDescriptionvoidWALListener.registerForLaterWriting(AbstractWALDAO<?> aDAO, String sWALFilename, Duration aWaitingWime) This is the main method for registration of later writing.