JavaJEEJTA

From Wiki RB4
Revision as of 14:07, 21 July 2008 by UweHeuer (talk | contribs) (New page: ==Introduction== Properties of a database transaction are: * atomicity (all task of a transaction or none) * consistency (consistent before and after a transaction) * isolation (serializab...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)