I am posting this question again; maybe somebody will answer this time:
Is there a tag for Explicit Mapping of Relationship Fields to the Database for @oc4j/orion?
Something like the jboss ones:
* @jboss.relation * fk-column="addr_id" * related-pk-field="id" * fk-contraint="no"
and
* @jboss.target-relation * fk-column = "license_id" * related-pk-field = "id" * fk-constraint = "no"
Thank you, Calin Lupa
|