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
The default implementation of
IDAOContainer using 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
ConstructorsConstructorDescriptionDefaultDAOContainer(IDAO... aDAOs) DefaultDAOContainer(Iterable<? extends IDAO> aDAOs) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAny(Predicate<? super IDAO> aFilter) com.helger.commons.collection.impl.ICommonsList<IDAO>toString()Methods inherited from class com.helger.dao.container.AbstractDAOContainer
beginWithoutAutoSave, endWithoutAutoSave, isAutoSaveEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.dao.IAutoSaveAware
performWithoutAutoSave, performWithoutAutoSave, performWithoutAutoSaveThrowing, performWithoutAutoSaveThrowing
-
Constructor Details
-
DefaultDAOContainer
-
DefaultDAOContainer
-
-
Method Details