| java.lang.Object |
| ↳ |
org.springframework.transaction.support.TransactionCallbackWithoutResult |
| |
↳ |
com.atlassian.confluence.content.render.xhtml.migration.tasks.ContentEntityMigrationTaskWrapper |
Class Overview
Wraps a @see ContentEntityMigrationBatchTask and ensures that the flush mode of the session is set
to commit. This ensures that our session doesn't chew all the memory as we load each and every
CEO.
Summary
| Nested Classes |
|
class |
ContentEntityMigrationTaskWrapper.LoggingCallback |
Provides coordinated thread-safe logging of progress across multiple executing threads. |
|
[Expand]
Inherited Methods |
From class
org.springframework.transaction.support.TransactionCallbackWithoutResult
|
final
Object
|
doInTransaction(TransactionStatus arg0)
|
|
abstract
void
|
doInTransactionWithoutResult(TransactionStatus arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.springframework.transaction.support.TransactionCallback
|
abstract
Object
|
doInTransaction(TransactionStatus arg0)
|
|
Public Constructors
Protected Constructors
Constructor exposed for unit tests.
Protected Methods
protected
void
doInTransactionWithoutResult
(TransactionStatus status)