I've read some threads in which it's mentioned a future version of ES will have the ability to build a domain model. I was wondering if I can use ES2008 to work with a database schema which uses class table inheritance, with separate tables for each subtype linked by the primary key (one-to-one) to the supertype. Perhaps with some code in the custom classes? Is it possible to use polymorphic queries?
Any rough ideas of when the domain model app may be released? I realize that you've just released a new beta version, so making estimates for further releases isn't easy.
Thanks for your help.
Vikram