Patrick Linskey wrote:
> 
> Note that in OpenJPA, you could fully specify all your relations as
> relations between the abstrat entity classes or mapped superclasses (so
> AbstractPerson would have a reference to AbstractAddress, etc.) and then
> narrow the types of the relations in the subclasses. This would allow
> you to create something where your reverse-engineered classes fully
> compiled on their own, and also would result in an efficient schema with
> direct relations between the concrete subtypes.
> 


Interesting. A query would then still return the "actual" (extending) class
containing the business logic?

How would one declare the narrowing?

Tom
-- 
View this message in context: 
http://www.nabble.com/Open-JPA-error-Could-not-locate-metadata-for-the-class-using-alias-tf3561516.html#a10165713
Sent from the open-jpa-dev mailing list archive at Nabble.com.

Reply via email to