org.alfresco.repo.domain.patch.ibatis
Class AppliedPatchDAOImpl
java.lang.Object
org.alfresco.repo.domain.patch.AbstractAppliedPatchDAOImpl
org.alfresco.repo.domain.patch.ibatis.AppliedPatchDAOImpl
- All Implemented Interfaces:
- AppliedPatchDAO
public class AppliedPatchDAOImpl
- extends AbstractAppliedPatchDAOImpl
iBatis-specific implementation of the AppliedPatch DAO.
- Since:
- 3.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppliedPatchDAOImpl
public AppliedPatchDAOImpl()
setSqlSessionTemplate
public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
createAppliedPatchEntity
protected void createAppliedPatchEntity(AppliedPatchEntity entity)
- Specified by:
createAppliedPatchEntity
in class AbstractAppliedPatchDAOImpl
updateAppliedPatchEntity
public void updateAppliedPatchEntity(AppliedPatchEntity appliedPatch)
- Specified by:
updateAppliedPatchEntity
in class AbstractAppliedPatchDAOImpl
getAppliedPatchEntity
protected AppliedPatchEntity getAppliedPatchEntity(java.lang.String id)
- Specified by:
getAppliedPatchEntity
in class AbstractAppliedPatchDAOImpl
getAppliedPatchEntities
protected java.util.List getAppliedPatchEntities()
- Specified by:
getAppliedPatchEntities
in class AbstractAppliedPatchDAOImpl
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.