h2: Overview
The Unit Of Work pattern is a common pattern in enterprise application architectures. It implements the concept of an "application transaction" that keeps track of "dirty", "new" and _"removed"_objects.
The user can add listeners that can add additional behaviour when specific events are triggered, such as begin, commit, rollback, dispose etc.
Labels
