The xdoclet ojb module currently does not support nested objects, and it
will take some time yet to get it there.
BTW, the handling will be somewhat easier than what you wrote:

public class SomeClass extends AbstractPersistentObject {
    /**
     * @ojb.nested
     */
    private Period period;
    ...
}

You would tag the fields of the Period class just like for any other
class. Additional @ojb.modified (not sure about the name of this tag
yet) tags would allow to limit which fields etc. to include and to modify 
them if necessary (other jdbc-type or similar).

Tom




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to