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