DORSETRIGS
Home

single-table-inheritance (2 post)


posts by category not found!

Should I validate the type column? (Rails, STI)

Validating the type Column in Rails with Single Table Inheritance STI Single Table Inheritance STI is a powerful feature in Rails that allows you to represent d

2 min read 06-10-2024 45
Should I validate the type column? (Rails, STI)
Should I validate the type column? (Rails, STI)

How can I mix inheritance strategies (SINGLE_TABLE and TABLE_PER_CLASS) with Hibernate 6.5/JPA?

Combining Inheritance Strategies in Hibernate A Deep Dive This article explores a common challenge faced by developers using Hibernate and JPA mixing inheritanc

3 min read 01-09-2024 39
How can I mix inheritance strategies (SINGLE_TABLE and TABLE_PER_CLASS) with Hibernate 6.5/JPA?
How can I mix inheritance strategies (SINGLE_TABLE and TABLE_PER_CLASS) with Hibernate 6.5/JPA?