Uses of Class
com.helger.dao.wal.AbstractMapBasedWALDAO.InitSettings
Packages that use AbstractMapBasedWALDAO.InitSettings
-
Uses of AbstractMapBasedWALDAO.InitSettings in com.helger.dao.wal
Methods in com.helger.dao.wal that return AbstractMapBasedWALDAO.InitSettingsModifier and TypeMethodDescriptionAbstractMapBasedWALDAO.InitSettings.setDoInitialRead(boolean bDoInitialRead) AbstractMapBasedWALDAO.InitSettings.setMapSupplier(Supplier<com.helger.commons.collection.impl.ICommonsMap<String, IMPLTYPE>> aMapSupplier) AbstractMapBasedWALDAO.InitSettings.setOrderedMapSupplier()AbstractMapBasedWALDAO.InitSettings.setReadElementFilter(Predicate<com.helger.xml.microdom.IMicroElement> aReadElementFilter) Constructors in com.helger.dao.wal with parameters of type AbstractMapBasedWALDAO.InitSettingsModifierConstructorDescriptionprotectedAbstractMapBasedWALDAO(Class<IMPLTYPE> aImplClass, com.helger.commons.io.relative.IFileRelativeIO aIO, String sFilename, AbstractMapBasedWALDAO.InitSettings<IMPLTYPE> aInitSettings) Default constructor.