Uses of Class
org.apache.openjpa.jdbc.sql.Join
Packages that use Join
-
Uses of Join in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return JoinMethods in org.apache.openjpa.jdbc.sql with parameters of type JoinModifier and TypeMethodDescriptionDBDictionary.toNativeJoin
(Join join) Use the given join instance to create SQL joining its tables in the database's native syntax.OracleDictionary.toNativeJoin
(Join join) 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.DBDictionary.toTraditionalJoin
(Join join) Use the given join instance to create SQL joining its tables in the traditional style.