| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.transaction |
Transaction implementation
|
| Modifier and Type | Method and Description |
|---|---|
TransactionEventTable |
TransactionEvent.getEventTables() |
TransactionEventTable |
SpiCallableSql.getTransactionEventTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionEventTable.add(TransactionEventTable table) |
void |
TransactionEvent.add(TransactionEventTable table) |
void |
SpiEbeanServer.externalModification(TransactionEventTable event)
Process committed changes from another framework.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionEventTable |
DefaultCallableSql.getTransactionEventTable()
Return the TransactionEvent which holds the table modification
information for this CallableSql.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServer.externalModification(TransactionEventTable tableEvent)
Process committed beans from another framework or server in another
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.externalModification(TransactionEventTable tableEvents)
Process a Transaction that comes from another framework or local code.
|
Copyright © 2014. All Rights Reserved.