transactional save

This commit is contained in:
Yurii
2026-03-03 16:01:15 +02:00
parent f298d6ff5a
commit 19d3789c24
5 changed files with 170 additions and 1 deletions
+4
View File
@@ -92,6 +92,10 @@
"type": "boolean",
"description": "Disable hooks. As of v8.2."
},
"transactionalSave": {
"type": "boolean",
"description": "Enables record saving and removing in a DB transaction. As of v9.4."
},
"entityClassName": {
"type": "string",
"description": "An entity. Should implement Espo\\ORM\\Entity. Usually should extend Espo\\Core\\ORM\\Entity. As of v8.2."