public class DeferredOperationsLogger extends Object
DeferredOperations
.
It logs dependencies in the XML import, such as entities which can't be imported until another one is. It's a separate class so that customers can finely set the logging level.
To activate, add DEBUG logging on DeferredOperationsLogger
.
Constructor and Description |
---|
DeferredOperationsLogger() |
Modifier and Type | Method and Description |
---|---|
void |
logNewDeferredOperation(PrimitiveId idProperty,
Set<TransientHibernateHandle> waitingFor,
Operation operation) |
public void logNewDeferredOperation(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation)
Copyright © 2003–2017 Atlassian. All rights reserved.