Class ControlDAOImpl.PostgreSQL
java.lang.Object
org.alfresco.repo.domain.control.AbstractControlDAOImpl
org.alfresco.repo.domain.control.ibatis.ControlDAOImpl
org.alfresco.repo.domain.control.ibatis.ControlDAOImpl.PostgreSQL
- All Implemented Interfaces:
ControlDAO
- Enclosing class:
- ControlDAOImpl
PostgreSQL-specific implementation for control DAO.
- Since:
- 3.2SP1
- Author:
- Derek Hulley
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.repo.domain.control.ibatis.ControlDAOImpl
ControlDAOImpl.PostgreSQL -
Field Summary
Fields inherited from class org.alfresco.repo.domain.control.ibatis.ControlDAOImpl
template -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSavepoint(String savepoint) Calls through to thecurrent connection.voidreleaseSavepoint(Savepoint savepoint) No-opvoidrollbackToSavepoint(Savepoint savepoint) Calls through to thecurrent connection.Methods inherited from class org.alfresco.repo.domain.control.ibatis.ControlDAOImpl
executeBatch, setSqlSessionTemplate, setTransactionIsolationLevel, startBatch
-
Constructor Details
-
PostgreSQL
public PostgreSQL()
-
-
Method Details
-
createSavepoint
Calls through to thecurrent connection.- Specified by:
createSavepointin interfaceControlDAO- Overrides:
createSavepointin classAbstractControlDAOImpl- Parameters:
savepoint- the name of the save point- Returns:
- Returns null by default i.e. not supported
-
rollbackToSavepoint
Calls through to thecurrent connection.- Specified by:
rollbackToSavepointin interfaceControlDAO- Overrides:
rollbackToSavepointin classAbstractControlDAOImpl- Parameters:
savepoint- a previously-created savepoint- See Also:
-
releaseSavepoint
Description copied from class:AbstractControlDAOImplNo-op- Specified by:
releaseSavepointin interfaceControlDAO- Overrides:
releaseSavepointin classAbstractControlDAOImpl- Parameters:
savepoint- the name of the save point- See Also:
-