Package org.alfresco.repo.domain.patch
Class AbstractPatchDAOImpl
- java.lang.Object
-
- org.alfresco.repo.domain.patch.AbstractPatchDAOImpl
-
- All Implemented Interfaces:
BatchingDAO,PatchDAO
- Direct Known Subclasses:
PatchDAOImpl
public abstract class AbstractPatchDAOImpl extends java.lang.Object implements PatchDAO, BatchingDAO
Abstract implementation for Patch DAO.This provides additional queries used by patches.
- Since:
- 3.2
- Author:
- Derek Hulley, janv
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPatchDAOImpl()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.alfresco.ibatis.BatchingDAO
executeBatch, startBatch
-
Methods inherited from interface org.alfresco.repo.domain.patch.PatchDAO
getChildrenOfTheSharedSurfConfigFolder, getCountNodesWithAspects, getCountNodesWithTypId, getMaxAdmNodeID, getNodesByAspectQNameId, getNodesByContentPropertyMimetypeId, getNodesByTypeQNameAndAspectQNameId, getNodesByTypeQNameId, getNodesByTypeUriId, getNodesOfTypeWithNamePattern, updateContentMimetypeIds, updatePersonSizeCurrentType
-
-