public class BatchedBeanControl extends Object
The beans are held here which delays the binding to a PreparedStatement. This 'delayed' binding is required as the beans need to be bound and executed in the correct order (according to the depth).
| Constructor and Description |
|---|
BatchedBeanControl(SpiTransaction t,
BatchControl batchControl) |
| Modifier and Type | Method and Description |
|---|---|
BatchedBeanHolder[] |
getArray()
Return the BatchedBeanHolder's ready for sorting and executing.
|
ArrayList<PersistRequest> |
getPersistList(PersistRequestBean<?> request) |
boolean |
isEmpty()
Return true if this holds no persist requests.
|
public BatchedBeanControl(SpiTransaction t, BatchControl batchControl)
public ArrayList<PersistRequest> getPersistList(PersistRequestBean<?> request)
public boolean isEmpty()
public BatchedBeanHolder[] getArray()
Copyright © 2014. All Rights Reserved.