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
Abstract implementation for Patch DAO.
This provides additional queries used by patches.
- Since:
- 3.2
- Author:
- Derek Hulley, janv
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.ibatis.BatchingDAO
executeBatch, startBatchMethods inherited from interface org.alfresco.repo.domain.patch.PatchDAO
getChildrenOfTheSharedSurfConfigFolder, getCountNodesWithAspects, getCountNodesWithTypId, getMaxAdmNodeID, getNodesByAspectQNameId, getNodesByContentPropertyMimetypeId, getNodesByTypeQNameAndAspectQNameId, getNodesByTypeQNameId, getNodesByTypeUriId, getNodesOfTypeWithNamePattern, updateContentMimetypeIds, updatePersonSizeCurrentType
-
Constructor Details
-
AbstractPatchDAOImpl
protected AbstractPatchDAOImpl()
-