Uses of Class
org.apache.openjpa.jdbc.sql.Join
-
Packages that use Join Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of Join in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return Join Modifier and Type Method Description JoinJoin. reverse()Return a join that is this join in reverse.Methods in org.apache.openjpa.jdbc.sql with parameters of type Join Modifier and Type Method Description SQLBufferDBDictionary. toNativeJoin(Join join)Use the given join instance to create SQL joining its tables in the database's native syntax.SQLBufferOracleDictionary. toNativeJoin(Join join)SQLBufferDBDictionary. toSQL92Join(Select sel, Join join, boolean forUpdate, boolean first)Use the given join instance to create SQL joining its tables in the SQL92 style.SQLBufferDBDictionary. toTraditionalJoin(Join join)Use the given join instance to create SQL joining its tables in the traditional style.
-