Persistence Connecting to Relational DB - Alternative 3
Separation of DB access and application specific behavior
- there exists a generic interface to a relational DB, automatically realizing mapping and access to the relations
-
Can be realized by means of the Broker-pattern or by deriving from a persistent class