Annotation Type AlfrescoTransaction

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      org.springframework.transaction.annotation.Propagation propagation
      The transaction propagation type.
      boolean readOnly
      true if the transaction is read-only.
    • Element Detail

      • readOnly

        boolean readOnly
        true if the transaction is read-only.

        Defaults to false.

        Default:
        false
      • propagation

        org.springframework.transaction.annotation.Propagation propagation
        The transaction propagation type.

        Defaults to Propagation.REQUIRED.

        Default:
        org.springframework.transaction.annotation.Propagation.REQUIRED