Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in single-table-inheritance

Hibernate: org.hibernate.WrongClassException, SINGLE_TABLE inheritance and DiscriminatorFormula

Can I remove the discriminator column in a Hibernate single table inheritance?

Ruby on Rails Single Table Inheritance (STI) and unit test problem (with PostgreSQL)

Ruby On Rails Hierarchical Relationship Modeling

Rails STI using ONE form

is_a? fails with single-table inheritance in Rails 3

has_many with multi-level hierarchy and single table inheritance

Can a single table inheritance entity extend a class table inheritance entity?

Is it possible to pluck from an includes association when using STI?

has_many and single table inheritance

Rails Single Table Inheritance: How to override the value written to the type field

single table inheritance with embeds_one mogoid

In Ruby on Rails, if we generated a model "Animal", and now want to have "Dog", how should we do it?

Change ActiveRecord::Base.inheritance_column in a rails app

SQLAlchemy: Single Table Inheritance, same column in childs

Can nested attributes be used in combination with inheritance?

counter_cache in single table inheritance

How to group together multiple models under one name in Single Table Inheritance classes

Creating "feeds" from multiple, different Rails models