RE: OJB XDoclet module problem

2003-06-04 Thread Jim JXR
Hi, Gary: Thank you for the detailed explanation, what I intended to do is slightly different from your setup. It's like this (just to show the idea, code not checked): /** * Layer super type */ public abstract class BaseBO { /** * @ojb.field column=n_id */ protected int id; ... }

RE: OJB XDoclet module problem

2003-06-03 Thread Gary Richards
Hi Jim , We've only OJBDocleted a very small part of our model to date but are happy with the current results. The bit we have modeled is like yours, a superclass with inherited members. Presumably you don't wan't the superclass present as a table, but you want the subclasses to have the