Hello,
This is an attempt to reply to my own questions. See below:

Le 12 mars 2012 15:22, Julien Martin <[email protected]> a écrit :

> Hello,
>
> I am looking for a tool that would let me specify whether a given
> relationship is unidirectional or bidirectional and if it
> is bidirectional where the owning side is.
>
This is not possible as the owning side is always the side with the
joinColumn.

>
> Furthermore, I would like to be able to specify - where applicable -
> whether or not a separate java class is used for a given join table.
>
This is possible by specifying -primaryKeyOnJoin true on the command line.

>
> Is all of this possible with open jpa?
>
> Are there any tutorial or samples available?
>
> Regards,
>
> Julien.
>

Reply via email to