Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
org.apache.empire.db.context |
Modifier and Type | Class and Description |
---|---|
static class |
DBRecordBase.DBRecordRollbackHandler
DBRecordRollbackHandler
|
Modifier and Type | Method and Description |
---|---|
protected DBRollbackHandler |
DBRecordBase.createRollbackHandler()
Factory function to create createRollbackHandler();
|
Modifier and Type | Method and Description |
---|---|
void |
DBContext.appendRollbackHandler(DBRollbackHandler handler) |
void |
DBRecordBase.DBRecordRollbackHandler.combine(DBRollbackHandler successor) |
Modifier and Type | Method and Description |
---|---|
void |
DBRollbackManager.appendHandler(Connection conn,
DBRollbackHandler handler)
Add a rollback handler for a particular Connection
|
void |
DBContextBase.appendRollbackHandler(DBRollbackHandler handler) |
void |
DBRollbackHandler.combine(DBRollbackHandler successor) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.