A designator for join type in object navigation graph
-----------------------------------------------------
Key: OJB-99
URL: http://issues.apache.org/jira/browse/OJB-99
Project: OJB
Type: New Feature
Components: PB-API
Versions: 1.0.4
Reporter: Sergey Manukyan
Priority: Minor
This feature will enable to specify a join type in object navigation graph
using special symbol:
For example:
"reference1.refrence2" - is INNER JOIN
"reference1..reference2" - is OUTER JOIN
Can be used in ReportQueries to eliminate multiple API calls to
query.setPathOuterJoin("reference1.refrence2");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]