Content deleted Content added
Link to specific version Tags: Mobile edit Mobile web edit |
m →Data layer: Fixing links to disambiguation pages |
||
Line 58:
=== Data layer ===
The data layer is responsible for database access, storage and providing a common data interface to the business layer. Data is accessed not in [[object oriented]] fashion but in a [[Relational database|relational]] way. Each [[Entity class|entity]] (represented as a row in the database) is provided to the business layer as a set of generic values. A generic value is not typed, so fields of an entity are accessed by the [[Column (database)|column]] name.
== See also ==
|