Inheritance and Kotlin Exposed

  1. Is there any existing mechanism to map class inheritance into the Kotlin Exposed model against tables? I could not see any.
  2. If not, is that part of the roadmap?
  3. Irrespective of the answer to question 2 above, are there any practices for how one could model classes which are substantially similar without having to duplicate the entire member attributes structure for the tables and DAOs?

Thanks,
Dhananjay

Hi dnene,

Did you figure out how to do table inheritance in Kotlin Exposed ?