Methods in org.apache.openjpa.jdbc.sql with parameters of type Join |
SQLBuffer |
OracleDictionary.toNativeJoin(Join join)
|
SQLBuffer |
DBDictionary.toNativeJoin(Join join)
Use the given join instance to create SQL joining its tables in
the database's native syntax. |
SQLBuffer |
DBDictionary.toSQL92Join(Join join,
boolean forUpdate,
boolean first)
Use the given join instance to create SQL joining its tables in
the SQL92 style. |
SQLBuffer |
DBDictionary.toTraditionalJoin(Join join)
Use the given join instance to create SQL joining its tables in
the traditional style. |