Package io.micronaut.transaction
package io.micronaut.transaction
NOTICE: This is a fork of Spring's
PlatformTransactionManager
modernizing it
to use enums, SLF4J and decoupling from Spring.-
ClassDescriptionInterface that specifies an API to programmatically manage transaction savepoints in a generic fashion.NOTICE: This is a fork of Spring's
PlatformTransactionManager
modernizing it to use enums, SLF4J and decoupling from Spring.TransactionCallback<T,R> A functional interface for running code that runs within the context of a transaction.NOTICE: This is a fork of Spring'sPlatformTransactionManager
modernizing it to use enums, SLF4J and decoupling from Spring.Isolation levels.Possible propagation values.Common representation of the current state of a transaction.NOTICE: This is a fork of Spring'sTransactionManager
modernizing it to use enums, SLF4J and decoupling from Spring.Generic transaction operations interface.The registry of various transactional operations managers.The transaction state.The transaction status.