JavaJEEJTA
Introduction
Properties of a database transaction are:
- atomicity (all task of a transaction or none)
- consistency (consistent before and after a transaction)
- isolation (serializable)
- durability (transaction comitted its persistent)
Properties of a database transaction are: