Meaning of propagation values in spring declarative transaction configuration

Source: Internet
Author: User
Value Meaning
REQUIRED Supports the current transaction, and creates a new transaction if there is no current transaction.
SUPPORTS Supports the current transaction and is executed in a non-transactional manner if no transaction is currently in use.
MANDATORY Supports the current transaction and throws an exception if there is no current transaction.
Requires_new Creates a new transaction, suspending the current transaction if the transaction currently exists.
not_supported Executes the operation in a non-transactional manner, suspending the current transaction if a transaction is currently present.
Never Executes in a non-transactional manner, throwing an exception if a transaction is currently present.
NESTED Supports the current transaction, executes a nested transaction if the current transaction exists, and creates a new transaction if there is no current transaction.

Meaning of propagation values in spring declarative transaction configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.