Hi Lukas & others, I accidentally found this in the PostgreSQL docs: http://www.postgresql.org/docs/current/static/ddl-inherit.html
Never used it, but i think it looks interesting. This seems to allow inheritance in the database without the need for any "ORM magic" in the Java domain. To do anything useful with this in jOOQ, the inheritance hierarchy would need to be reflected in the generated Table and Record classes though, and some tricks would probably be required to allow casting between super and sub types. Just curious what you think about this.. Sander
