| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| com.avaje.ebeaninternal.server.transaction |
Transaction implementation
|
| Modifier and Type | Method and Description |
|---|---|
BatchControl |
SpiTransaction.getBatchControl()
Return the queue used to batch up persist requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiTransaction.setBatchControl(BatchControl control)
Set the queue used to batch up persist requests.
|
| Modifier and Type | Method and Description |
|---|---|
BatchControl |
PersistExecute.createBatchControl(SpiTransaction t)
Create a BatchControl for the current transaction.
|
BatchControl |
DefaultPersistExecute.createBatchControl(SpiTransaction t) |
| Constructor and Description |
|---|
BatchedBeanControl(SpiTransaction t,
BatchControl batchControl) |
BatchedBeanHolder(BatchControl control,
BeanDescriptor<?> beanDescriptor,
int order)
Create a new entry with a given type and depth.
|
| Modifier and Type | Method and Description |
|---|---|
BatchControl |
JdbcTransaction.getBatchControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcTransaction.setBatchControl(BatchControl batchControl)
Set the BatchControl to the transaction.
|
Copyright © 2014. All Rights Reserved.