static class FastCopyHelper.FastCopyBundle
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<FastCopyHelper.FastCopyBundleElement> |
bundle
List of elements used in the copy process.
|
| Constructor and Description |
|---|
FastCopyBundle()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
addBundleElement(FastCopyHelper.FastCopyBundleElement element)
Add an element to the bundle.
|
(package private) void |
executeSqls(FastCopyHelper.FastCopyContext context)
Method that executes all the elements in the bundle for the given context.
|
(package private) boolean |
isBundleComputed()
Check if the bundle has already been computed.
|
final java.util.List<FastCopyHelper.FastCopyBundleElement> bundle
boolean isBundleComputed()
true if the bundle has already been computed, false otherwise.void addBundleElement(FastCopyHelper.FastCopyBundleElement element)
element - The element that will be added to the bundle.void executeSqls(FastCopyHelper.FastCopyContext context) throws PersistenceException
context - The context with the required information.PersistenceException