org.alfresco.repo.domain.activities.ibatis
Class IBatisSqlMapper

java.lang.Object
  extended by org.alfresco.repo.domain.activities.ibatis.IBatisSqlMapper
All Implemented Interfaces:
ActivitiesDAO
Direct Known Subclasses:
ActivityFeedDAOImpl, ActivityPostDAOImpl, FeedControlDAOImpl

public class IBatisSqlMapper
extends java.lang.Object
implements ActivitiesDAO


Constructor Summary
IBatisSqlMapper()
           
 
Method Summary
 void commitTransaction()
           
 void endTransaction()
           
 com.ibatis.sqlmap.client.SqlMapClient getSqlMapClient()
           
 void setSqlMapClient(com.ibatis.sqlmap.client.SqlMapClient sqlMapper)
           
 void startTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBatisSqlMapper

public IBatisSqlMapper()
Method Detail

setSqlMapClient

public void setSqlMapClient(com.ibatis.sqlmap.client.SqlMapClient sqlMapper)

getSqlMapClient

public com.ibatis.sqlmap.client.SqlMapClient getSqlMapClient()

startTransaction

public void startTransaction()
                      throws java.sql.SQLException
Specified by:
startTransaction in interface ActivitiesDAO
Throws:
java.sql.SQLException

commitTransaction

public void commitTransaction()
                       throws java.sql.SQLException
Specified by:
commitTransaction in interface ActivitiesDAO
Throws:
java.sql.SQLException

endTransaction

public void endTransaction()
                    throws java.sql.SQLException
Specified by:
endTransaction in interface ActivitiesDAO
Throws:
java.sql.SQLException


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