Row Data Gateway

GPTKB entity

Statements (18)
Predicate Object
gptkbp:instanceOf Design Pattern
gptkbp:advantage can lead to many small classes
encapsulates database access logic
gptkbp:alternativeTo gptkb:Active_Record
gptkb:Data_Mapper
gptkbp:author gptkb:Martin_Fowler
gptkbp:commonIn enterprise applications
gptkbp:describedBy gptkb:Patterns_of_Enterprise_Application_Architecture
gptkbp:hasConcept An object acts as a gateway to a single record in a data source
https://www.w3.org/2000/01/rdf-schema#label Row Data Gateway
gptkbp:pattern structural pattern
gptkbp:provides CRUD operations for a single row
gptkbp:relatedTo gptkb:Active_Record
gptkb:Table_Data_Gateway
gptkbp:usedFor object-relational mapping
database access
gptkbp:bfsParent gptkb:Table_Data_Gateway
gptkbp:bfsLayer 8