jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

jda-transaction #64

Open ducmle opened 2 years ago

ducmle commented 2 years ago

Related

Overview

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