Package com.helger.dao.container
Class DefaultDAOContainer
- java.lang.Object
-
- com.helger.dao.container.AbstractDAOContainer
-
- com.helger.dao.container.DefaultDAOContainer
-
- All Implemented Interfaces:
IDAOContainer,IAutoSaveAware
public class DefaultDAOContainer extends AbstractDAOContainer
The default implementation ofIDAOContainerusing a list of DAOs provider in the constructor.- Author:
- Philip Helger
-
-
Field Summary
-
Fields inherited from class com.helger.dao.container.AbstractDAOContainer
m_aRWLock
-
-
Constructor Summary
Constructors Constructor Description DefaultDAOContainer(IDAO... aDAOs)DefaultDAOContainer(Iterable<? extends IDAO> aDAOs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsAny(Predicate<? super IDAO> aFilter)com.helger.commons.collection.impl.ICommonsList<IDAO>getAllContainedDAOs()StringtoString()-
Methods inherited from class com.helger.dao.container.AbstractDAOContainer
beginWithoutAutoSave, endWithoutAutoSave, isAutoSaveEnabled
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.dao.IAutoSaveAware
performWithoutAutoSave, performWithoutAutoSave, performWithoutAutoSaveThrowing, performWithoutAutoSaveThrowing
-
-