Uses of Interface
org.apache.openjpa.jdbc.sql.PathJoins

Packages that use PathJoins
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction 
 

Uses of PathJoins in org.apache.openjpa.jdbc.sql
 

Classes in org.apache.openjpa.jdbc.sql that implement PathJoins
 class SelectImpl
          Standard Select implementation.
static class SelectImpl.SelectResult
          A Result implementation wrapped around this select.
 

Methods in org.apache.openjpa.jdbc.sql that return PathJoins
 PathJoins SelectImpl.setOuter(boolean outer)
           
 PathJoins SelectImpl.SelectResult.setOuter(boolean outer)
           
 PathJoins PathJoins.setOuter(boolean outer)
          Mark this as an outer joins set.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.