Single Table Inheritance

id: single-table-inheritance-235-11553851
title: Single Table Inheritance
text: Single table inheritance is a way to emulate object-oriented inheritance in a relational database. When mapping from a database table to an object in an object-oriented language, a field in the database identifies what class in the hierarchy the object belongs to. All fields of all the classes are stored in the same table, hence the name "Single Table Inheritance". In Ruby on Rails the field in the table called 'type' identifies the name of the class. In Hibernate (Java) and Entity Framework thi
brand slug: wiki
category slug: encyclopedia
description:
original url: https://en.wikipedia.org/wiki/Single_Table_Inheritance
date created:
date modified: 2024-02-12T09:56:57Z
main entity: {"identifier":"Q7523894","url":"https://www.wikidata.org/entity/Q7523894"}
image:
fields total: 13
integrity: 13

Related Entries

Explore Next Part