| Interface | Description |
|---|---|
| BatchPostExecute |
Handles the processing required after batch execution.
|
| BeanPersister |
Defines bean insert update and delete implementation.
|
| BeanPersisterFactory |
Factory for creating BeanPersister implementations.
|
| Constant |
Contants used in persist.
|
| PersistExecute |
The actual execution of persist requests.
|
| Class | Description |
|---|---|
| BatchControl |
Controls the batch ordering of persist requests.
|
| BatchDepthComparator |
Used to sort BatchedBeanHolder by their depth.
|
| BatchedBeanControl |
Holds all the batched beans.
|
| BatchedBeanHolder |
Holds lists of persist requests for beans of a given typeDescription.
|
| BatchedPstmt |
A batched statement that is held in BatchedPstmtHolder.
|
| BatchedPstmtHolder |
Used to hold BatchedPstmt objects for batch based execution.
|
| Binder |
Binds bean values to a PreparedStatement.
|
| BindValues |
Holds a list of bind values for binding to a PreparedStatement.
|
| BindValues.Value |
A Value has additionally the JDBC data type.
|
| DefaultPersister |
Persister implementation using DML.
|
| DefaultPersistExecute |
Default PersistExecute implementation using DML statements.
|
| DeleteUnloadedForeignKeys |
Used for deletion of a partially populated bean where some cascade delete
properties where not loaded.
|
| DmlUtil |
Utility object with helper methods for DML.
|
| ExeCallableSql |
Handles the execution of CallableSql requests.
|
| ExeOrmUpdate |
Executes the UpdateSql requests.
|
| ExeUpdateSql |
Executes the UpdateSql requests.
|
| PstmtFactory |
Factory for creating Statements.
|
Implementing the saving and deleting of beans, and the executing of updateable and callable sql.
Copyright © 2014. All Rights Reserved.