Uses of Interface
com.helger.dao.IDAO
-
Packages that use IDAO Package Description com.helger.dao com.helger.dao.container com.helger.dao.simple com.helger.dao.wal -
-
Uses of IDAO in com.helger.dao
Classes in com.helger.dao that implement IDAO Modifier and Type Class Description classAbstractDAOBase implementation ofIDAO -
Uses of IDAO in com.helger.dao.container
Methods in com.helger.dao.container that return types with arguments of type IDAO Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IDAO>DefaultDAOContainer. getAllContainedDAOs()com.helger.commons.collection.impl.ICommonsList<IDAO>IDAOContainer. getAllContainedDAOs()Method parameters in com.helger.dao.container with type arguments of type IDAO Modifier and Type Method Description booleanDefaultDAOContainer. containsAny(Predicate<? super IDAO> aFilter)booleanIDAOContainer. containsAny(Predicate<? super IDAO> aFilter)Constructors in com.helger.dao.container with parameters of type IDAO Constructor Description DefaultDAOContainer(IDAO... aDAOs)Constructor parameters in com.helger.dao.container with type arguments of type IDAO Constructor Description DefaultDAOContainer(Iterable<? extends IDAO> aDAOs) -
Uses of IDAO in com.helger.dao.simple
Classes in com.helger.dao.simple that implement IDAO Modifier and Type Class Description classAbstractSimpleDAOBase class for a simple DAO. -
Uses of IDAO in com.helger.dao.wal
Classes in com.helger.dao.wal that implement IDAO 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).
-