|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaoException | |
com.ibatis.dao.client | |
com.ibatis.dao.client.template | |
com.ibatis.dao.engine.builder.xml | |
com.ibatis.dao.engine.transaction.toplink |
Uses of DaoException in com.ibatis.dao.client |
Methods in com.ibatis.dao.client that throw DaoException | |
static DaoManager |
DaoManagerBuilder.buildDaoManager(java.io.Reader reader,
java.util.Properties props)
Builds a DAO Manager from the reader supplied. |
Uses of DaoException in com.ibatis.dao.client.template |
Methods in com.ibatis.dao.client.template that throw DaoException | |
protected oracle.toplink.sessions.Session |
ToplinkDaoTemplate.getSession()
Gets the Toplink session associated with the current DaoTransaction that this Dao is working under. |
protected oracle.toplink.sessions.UnitOfWork |
ToplinkDaoTemplate.getUnitOfWork()
Gets the Toplink UnitOfWork associated with the current DaoTransaction that this Dao is working under. |
Uses of DaoException in com.ibatis.dao.engine.builder.xml |
Methods in com.ibatis.dao.engine.builder.xml that throw DaoException | |
DaoManager |
XmlDaoManagerBuilder.buildDaoManager(java.io.Reader reader,
java.util.Properties props)
|
DaoManager |
XmlDaoManagerBuilder.buildDaoManager(java.io.Reader reader)
|
Uses of DaoException in com.ibatis.dao.engine.transaction.toplink |
Methods in com.ibatis.dao.engine.transaction.toplink that throw DaoException | |
void |
ToplinkDaoTransactionManager.commitTransaction(DaoTransaction transaction)
Commits pending object changes to permanent storage. |
void |
ToplinkDaoTransactionManager.configure(java.util.Properties properties)
Called by the DAO framework upon instantiation to set configuration properties for the manager. |
void |
ToplinkDaoTransactionManager.rollbackTransaction(DaoTransaction transaction)
Reverts pending object changes and returns objects to their original state. |
DaoTransaction |
ToplinkDaoTransactionManager.startTransaction()
Starts a new transaction. |
oracle.toplink.sessions.Session |
ToplinkDaoTransaction.getSession()
Gets the Toplink Session associated with this transaction. |
oracle.toplink.sessions.UnitOfWork |
ToplinkDaoTransaction.getUnitOfWork()
Gets the active unit of work. |
void |
ToplinkDaoTransaction.commit()
Commits all pending changes to persistent storage. |
void |
ToplinkDaoTransaction.rollback()
Rollback all pending changes to persistent storage and revert changes back to the original state. |
Constructors in com.ibatis.dao.engine.transaction.toplink that throw DaoException | |
ToplinkDaoTransaction(oracle.toplink.sessions.UnitOfWork uow,
oracle.toplink.threetier.Server server)
Constructor for the ToplinkDaoTransaction class that
accepts a Toplink Server object for creating client sessions. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |