Right now if someone wanted to use Postgres Table Inheritance or SQL3 Type Inheritance this would not work with Ebean.
The insert update delete is likely to work but the queries would not necessarily. There in fact may be a need for an API change on the FindBy Objects so that the query could specify whether to include child types in the query. It is noted that Postgres uses a FROM ONLY syntax to do this.
Does SQL3 support something similar to Postgres FROM ONLY?
It can be noted that I can use the Virtuoso DB to test out the SQL3 create table under.