lumis.portal.dao.jdbc
Interface ITransactionJdbc
- All Superinterfaces:
- ITransaction
- All Known Subinterfaces:
- ITransactionHibernate
- All Known Implementing Classes:
- TransactionHibernate
@StableMinor(version="6.1",
sinceVersion="4.0")
public interface ITransactionJdbc
- extends ITransaction
JDBC based Transaction Interface
- Since:
- 4.0.0
Method Summary |
java.sql.Connection |
getConnection()
Returns the default jdbc connection for this transaction. |
java.sql.Connection |
getConnection(java.lang.String connectionId)
Returns the jdbc connection associated with the specified id. |
getConnection
java.sql.Connection getConnection()
throws DaoException
- Returns the default jdbc connection for this transaction.
- Returns:
- the default jdbc connection for this transaction.
- Throws:
DaoException
getConnection
java.sql.Connection getConnection(java.lang.String connectionId)
throws DaoException
- Returns the jdbc connection associated with the specified id.
- Parameters:
connectionId
- the connection id.
- Returns:
- the jdbc connection.
- Throws:
DaoException
- Since:
- 4.0.4
Lumisportal 6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.