This module extends module jda-dom (#61) to support data storage transaction. This means that data storage operations (performed on the domain objects) have the ACID transaction properties.
This module should take advantage of existing third-party libraries (e.g. Hibernate), instead of implementing the ACID transaction properties from scratch.
Related
jda-dom
: #61Overview
This module extends module
jda-dom
(#61) to support data storage transaction. This means that data storage operations (performed on the domain objects) have the ACID transaction properties.This module should take advantage of existing third-party libraries (e.g. Hibernate), instead of implementing the ACID transaction properties from scratch.
Tasks