Uses of Interface
com.helger.dao.IDAO
Packages that use IDAO
Package
Description
-
Uses of IDAO in com.helger.dao
Classes in com.helger.dao that implement IDAO -
Uses of IDAO in com.helger.dao.container
Methods in com.helger.dao.container that return types with arguments of type IDAOModifier and TypeMethodDescriptioncom.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 IDAOModifier and TypeMethodDescriptionbooleanDefaultDAOContainer.containsAny(Predicate<? super IDAO> aFilter) booleanIDAOContainer.containsAny(Predicate<? super IDAO> aFilter) Constructors in com.helger.dao.container with parameters of type IDAOConstructor parameters in com.helger.dao.container with type arguments of type IDAO -
Uses of IDAO in com.helger.dao.simple
Classes in com.helger.dao.simple that implement IDAO -
Uses of IDAO in com.helger.dao.wal
Classes in com.helger.dao.wal that implement IDAOModifier 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).