Uses of Class
com.storedobject.core.TransactionInformation.TransactionObject
Packages that use TransactionInformation.TransactionObject
-
Uses of TransactionInformation.TransactionObject in com.storedobject.core
Methods in com.storedobject.core that return TransactionInformation.TransactionObjectModifier and TypeMethodDescriptionGet the involved object for the given Id.<O extends StoredObject>
TransactionInformation.TransactionObject<O> TransactionInformation.getObject
(O object) Get the involved object for the given object.Methods in com.storedobject.core that return types with arguments of type TransactionInformation.TransactionObjectModifier and TypeMethodDescriptionTransactionInformation.objects()
Get the objects involved in this transaction.<O extends StoredObject>
Stream<TransactionInformation.TransactionObject<O>> Get a particular type of objects involved in this transaction.