Package | Description |
---|---|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
Join |
Join.reverse()
Return a join that is this join in reverse.
|
Modifier and Type | Method and Description |
---|---|
SQLBuffer |
DBDictionary.toNativeJoin(Join join)
Use the given join instance to create SQL joining its tables in
the database's native syntax.
|
SQLBuffer |
OracleDictionary.toNativeJoin(Join join) |
SQLBuffer |
DBDictionary.toSQL92Join(Select sel,
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.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.