Interface ResourceTransactionDefinition

All Superinterfaces:
TransactionDefinition

public interface ResourceTransactionDefinition extends TransactionDefinition
Extended variant of TransactionDefinition, indicating a resource transaction and in particular whether the transactional resource is ready for local optimizations.
Since:
5.1
Author:
Juergen Hoeller
See Also:
  • Method Details

    • isLocalResource

      boolean isLocalResource()
      Determine whether the transactional resource is ready for local optimizations.
      Returns:
      true if the resource is known to be entirely transaction-local, not affecting any operations outside of the scope of the current transaction
      See Also: