You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Peter Wieland <pe...@gmx.de> on 2003/12/04 16:22:43 UTC

RE: Problem mapping inheritance hierarchy using joined tables for subclasses

> Try refresh="false" on the "super" reference.

Does not work either. I tried
   refresh="false"
   auto-retrieve="false"
   auto-delete="false"
   auto-update="false"
on the super reference. But I stell get the StackOverflowError when
querying:
   broker.getIteratorByQuery(QueryFactory.newQuery(Address.class, new
Criteria()));

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org