| AbstractMutationExecutor |
Base support for MutationExecutor implementations
|
| AbstractSingleMutationExecutor |
|
| JdbcValueBindingsImpl |
|
| JdbcValueDescriptorImpl |
Standard JdbcValueDescriptor implementation
|
| ModelMutationHelper |
Helper functionality related to model mutations
|
| MutationExecutorPostInsert |
Specialized executor for the case of more than one table operation, with the
root table defining a post-insert id-generation strategy.
|
| MutationExecutorPostInsertSingleTable |
|
| MutationExecutorServiceInitiator |
|
| MutationExecutorSingleBatched |
|
| MutationExecutorSingleNonBatched |
|
| MutationExecutorSingleSelfExecuting |
|
| MutationExecutorStandard |
Standard MutationExecutor implementation
|
| MutationQueryOptions |
|
| NoBatchKeyAccess |
A form of BatchKeyAccess for cases where batching is not wanted, which is
signified by a BatchKey of null
|
| PreparedStatementDetailsStandard |
Describes a particular PreparedStatement within a group
|
| PreparedStatementGroupNone |
|
| PreparedStatementGroupSingleTable |
PreparedStatementGroup implementation for cases where we
have just a single operation
|
| PreparedStatementGroupStandard |
|
| StandardMutationExecutorService |
Standard MutationExecutorService implementation
|