@NoTransaction
public static void myAction() {
// Can I do anything here to start a transaction myself?
}
私が考えた回避策の 1 つは、ジョブを作成することです。他にありますか?
@NoTransaction
public static void myAction() {
// Can I do anything here to start a transaction myself?
}
私が考えた回避策の 1 つは、ジョブを作成することです。他にありますか?