Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in single-table-inheritance

Single Controller, multiple (inherited) classes (rails 3)

Spring: controller inheritance using @Controller annotation

Single Table Inheritance and 'type' value for namespaced classes

Rails STI and multi-level inheritance queries

Hibernate: Is it possible to map multi-level inheritance to single table?

Single Table Inheritance with Devise in Rails 4

Symfony2: Adding a collection based on a table-inheritance structure to a FormView

STI and polymorphs

Hibernate, single table inheritance and using field from superclass as discriminator column

Single Table Inheritance or Class Table Inheritance?

How do I handle authentication with Devise when using multiple models in Rails 3.2 App

Multiple Table Inheritance vs. Single Table Inheritance in Ruby on Rails

Rails: Using Devise with single table inheritance

Django multi-table inheritance alternatives for basic data model pattern

Rails Question: belongs_to with STI -- how do i do this correctly?

How to enforce referential integrity on Single Table Inheritance?

How to run validations of sub-class in Single Table Inheritance?

Rails STI: How to change mapping between class name & value of the 'type' column

Get a list/array of child classes from Single Table Inheritance in Rails?

Is it possible to create a conditional association in model?