Motivation
A structure to organize database mappers that handle inheritance hierarchies.
Summary
It is used to organize inheritances mappers used by any class table inheritance hierarchy.
When to Use
Generally used with Single Table Inheritance or Class Table Inheritance or Concrete Table Inheritance.
References