|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface ITransactionJdbc
JDBC based Transaction Interface
Method Summary | |
---|---|
Connection |
getConnection()
Returns the default jdbc connection for this transaction. |
Connection |
getConnection(String connectionId)
Returns the jdbc connection associated with the specified id. |
Methods inherited from interface lumis.util.ITransaction |
---|
addObserver, begin, commit, dispose, getAttribute, getByConnectionId, isActive, removeAttribute, removeObserver, rollback, setAttribute |
Method Detail |
---|
Connection getConnection() throws DaoException
DaoException
Connection getConnection(String connectionId) throws DaoException
connectionId
- the connection id.
DaoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |