Uses of Class
org.seedstack.seed.transaction.spi.TransactionMetadata
-
Packages that use TransactionMetadata Package Description org.seedstack.seed.transaction.spi Provides classes for extending the transaction support. -
-
Uses of TransactionMetadata in org.seedstack.seed.transaction.spi
Methods in org.seedstack.seed.transaction.spi that return TransactionMetadata Modifier and Type Method Description TransactionMetadataTransactionMetadata. mergeFrom(TransactionMetadata other)Merge this instance with another one, which has precedence (i.e.TransactionMetadataTransactionMetadata. mergeFrom(Transactional other)Merge this instance with metadata defined in aTransactionalannotation, which has precedence over this instance.TransactionMetadataTransactionMetadataResolver. resolve(org.aopalliance.intercept.MethodInvocation methodInvocation, TransactionMetadata defaults)This method is called for a resolver to resolve transaction metadata.Methods in org.seedstack.seed.transaction.spi with parameters of type TransactionMetadata Modifier and Type Method Description voidTransactionHandler. doInitialize(TransactionMetadata transactionMetadata)This method is called before the transaction creation and is responsible to execution any initialization code necessary to the underlying implementation.booleanExceptionHandler. handleException(Exception exception, TransactionMetadata associatedTransactionMetadata, T associatedTransaction)Called when an exception occurred during transaction.TransactionMetadataTransactionMetadata. mergeFrom(TransactionMetadata other)Merge this instance with another one, which has precedence (i.e.TransactionMetadataTransactionMetadataResolver. resolve(org.aopalliance.intercept.MethodInvocation methodInvocation, TransactionMetadata defaults)This method is called for a resolver to resolve transaction metadata.
-