org.alfresco.repo.domain.avm.ibatis
Class AVMLockDAOImpl

java.lang.Object
  extended by org.alfresco.repo.domain.avm.AbstractAVMLockDAOImpl
      extended by org.alfresco.repo.domain.avm.ibatis.AVMLockDAOImpl
All Implemented Interfaces:
AVMLockDAO

public class AVMLockDAOImpl
extends AbstractAVMLockDAOImpl

iBatis-specific implementation of the AVMLock DAO.

Since:
3.4

Field Summary
 
Fields inherited from class org.alfresco.repo.domain.avm.AbstractAVMLockDAOImpl
logger
 
Constructor Summary
AVMLockDAOImpl()
           
 
Method Summary
protected  int deletePropertyUniqueContexts(java.lang.Long avmLocksValueId, java.lang.Long avmStoreNameId, java.lang.String dirPathToMatch, java.lang.String lockDataStoreKey, java.lang.String lockDataStoreValue)
           
 void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)
           
 
Methods inherited from class org.alfresco.repo.domain.avm.AbstractAVMLockDAOImpl
removeLocks, setPropertyValueDAO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVMLockDAOImpl

public AVMLockDAOImpl()
Method Detail

setSqlSessionTemplate

public final void setSqlSessionTemplate(org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate)

deletePropertyUniqueContexts

protected int deletePropertyUniqueContexts(java.lang.Long avmLocksValueId,
                                           java.lang.Long avmStoreNameId,
                                           java.lang.String dirPathToMatch,
                                           java.lang.String lockDataStoreKey,
                                           java.lang.String lockDataStoreValue)
Specified by:
deletePropertyUniqueContexts in class AbstractAVMLockDAOImpl


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.