jp.go.nict.langrid.wrapper.common.db.dao
クラス AbstractDao
java.lang.Object
jp.go.nict.langrid.wrapper.common.db.dao.AbstractDao
- 直系の既知のサブクラス:
- BasicEntityDao, MetaDao
public abstract class AbstractDao
- extends Object
- バージョン:
- $Revision: 4856 $
- 作成者:
- Takao Nakaguchi, $Author: nakaguchi $
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDao
public AbstractDao(ConnectionManager connectionManager)
getConnection
protected Connection getConnection()
throws DaoException
- 例外:
DaoException
closeConnection
protected void closeConnection(Connection connection)
throws DaoException
- 例外:
DaoException
closeConnection
protected void closeConnection(Connection connection,
Throwable exception)
throws DaoException
- 例外:
DaoException
beginTransaction
protected Connection beginTransaction()
throws DaoException
- 例外:
DaoException
commitTransaction
protected void commitTransaction(Connection connection)
throws DaoException
- 例外:
DaoException
rollbackTransaction
protected void rollbackTransaction(Connection connection)
throws DaoException
- 例外:
DaoException
rollbackTransaction
protected void rollbackTransaction(Connection connection,
Throwable exception)
throws DaoException
- 例外:
DaoException