Uses of Interface
com.helger.dao.IAutoSaveAware
Packages that use IAutoSaveAware
Package
Description
-
Uses of IAutoSaveAware in com.helger.dao
Subinterfaces of IAutoSaveAware in com.helger.daoClasses in com.helger.dao that implement IAutoSaveAware -
Uses of IAutoSaveAware in com.helger.dao.container
Subinterfaces of IAutoSaveAware in com.helger.dao.containerModifier and TypeInterfaceDescriptioninterfaceA marker interface for objects containing other DAOs.Classes in com.helger.dao.container that implement IAutoSaveAwareModifier and TypeClassDescriptionclassAbstract base implementation ofIDAOContainer.classThe 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 -
Uses of IAutoSaveAware in com.helger.dao.wal
Classes in com.helger.dao.wal that implement IAutoSaveAwareModifier 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.classAbstractWALDAO<DATATYPE>Base class for a simple DAO using write ahead logging (WAL).