Two models for building enterprise applications:
-
Session model: the client begins a session with an object that acts like an application, executing a unit of work on behalf of the client, possibly including multiple database transactions.
-
Entity model: the client accesses an object that represents an entity in the database.
-
|