Interface ResourceTransactionDefinition

    • Method Detail

      • 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:
        TransactionDefinition.isReadOnly()