Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Active_record_pattern> ?p ?o. }
Showing items 1 to 38 of
38
with 100 items per page.
- Active_record_pattern abstract "In software engineering, the active record pattern is an architectural pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his 2003 book Patterns of Enterprise Application Architecture. The interface of an object conforming to this pattern would include functions such as Insert, Update, and Delete, plus properties that correspond more or less directly to the columns in the underlying database table.Active record is an approach to accessing data in a database. A database table or view is wrapped into a class. Thus, an object instance is tied to a single row in the table. After creation of an object, a new row is added to the table upon save. Any object loaded gets its information from the database. When an object is updated the corresponding row in the table is also updated. The wrapper class implements accessor methods or properties for each column in the table or view.This pattern is commonly used by object persistence tools, and in object-relational mapping (ORM). Typically, foreign key relationships will be exposed as an object instance of the appropriate type via a property.".
- Active_record_pattern wikiPageExternalLink air-activerecord.
- Active_record_pattern wikiPageExternalLink activerecord.
- Active_record_pattern wikiPageExternalLink www.phpactiverecord.org.
- Active_record_pattern wikiPageExternalLink activerecord.
- Active_record_pattern wikiPageExternalLink DBIx::Class.
- Active_record_pattern wikiPageID "2885246".
- Active_record_pattern wikiPageRevisionID "606753089".
- Active_record_pattern hasPhotoCollection Active_record_pattern.
- Active_record_pattern subject Category:Software_design_patterns.
- Active_record_pattern type Abstraction100002137.
- Active_record_pattern type Cognition100023271.
- Active_record_pattern type Form105930736.
- Active_record_pattern type PsychologicalFeature100023100.
- Active_record_pattern type SoftwareDesignPatterns.
- Active_record_pattern type Structure105726345.
- Active_record_pattern comment "In software engineering, the active record pattern is an architectural pattern found in software that stores its data in relational databases. It was named by Martin Fowler in his 2003 book Patterns of Enterprise Application Architecture.".
- Active_record_pattern label "Active Record".
- Active_record_pattern label "Active Record".
- Active_record_pattern label "Active Record".
- Active_record_pattern label "Active record (patron de conception)".
- Active_record_pattern label "Active record patroon".
- Active_record_pattern label "Active record pattern".
- Active_record_pattern label "Active record".
- Active_record_pattern label "ActiveRecord".
- Active_record_pattern sameAs Active_Record.
- Active_record_pattern sameAs Active_Record.
- Active_record_pattern sameAs Active_record_(patron_de_conception).
- Active_record_pattern sameAs Pola_active_record.
- Active_record_pattern sameAs Active_Record.
- Active_record_pattern sameAs Active_record_patroon.
- Active_record_pattern sameAs Active_record.
- Active_record_pattern sameAs m.08930w.
- Active_record_pattern sameAs Q344181.
- Active_record_pattern sameAs Q344181.
- Active_record_pattern sameAs Active_record_pattern.
- Active_record_pattern wasDerivedFrom Active_record_pattern?oldid=606753089.
- Active_record_pattern isPrimaryTopicOf Active_record_pattern.