public interface TwoPhaseTransactionData
Modifier and Type | Method and Description |
---|---|
List<ActiveDescriptor<?>> |
getAllAddedDescriptors()
Gets all ActiveDescriptors that will be added in this transaction
|
List<ActiveDescriptor<?>> |
getAllRemovedDescriptors()
Gets all ActiveDescriptors that will be removed by this transaction
|
List<ActiveDescriptor<?>> getAllAddedDescriptors()
List<ActiveDescriptor<?>> getAllRemovedDescriptors()
Copyright © 2009–2019 Oracle Corporation. All rights reserved.