Ash.Resource.Transformers.SetActionTransactions (ash v3.32.1)

Copy Markdown View Source

Disables transactions on mutation actions when the data layer cannot transact.

Create, update and destroy actions default to transaction? true, which the runtime then ignores for a data layer that does not support transactions. This makes the action say what will actually happen.

Summary

Functions

after?(_)

Callback implementation for Spark.Dsl.Transformer.after?/1.

after_compile?()

Callback implementation for Spark.Dsl.Transformer.after_compile?/0.

before?(_)

Callback implementation for Spark.Dsl.Transformer.before?/1.