Package com.helger.dao.container
Interface IDAOContainer
- All Superinterfaces:
IAutoSaveAware
- All Known Implementing Classes:
AbstractDAOContainer,DefaultDAOContainer
A marker interface for objects containing other DAOs.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAny(Predicate<? super IDAO> aFilter) com.helger.commons.collection.impl.ICommonsList<IDAO>Methods inherited from interface com.helger.dao.IAutoSaveAware
beginWithoutAutoSave, endWithoutAutoSave, isAutoSaveEnabled, performWithoutAutoSave, performWithoutAutoSave, performWithoutAutoSaveThrowing, performWithoutAutoSaveThrowing