Uses of Class
org.objectweb.jorm.mapper.rdb.adapter.api.JoinedTable

Packages that use JoinedTable
org.objectweb.jorm.mapper.rdb.adapter   
org.objectweb.jorm.mapper.rdb.adapter.api   
 

Uses of JoinedTable in org.objectweb.jorm.mapper.rdb.adapter
 

Methods in org.objectweb.jorm.mapper.rdb.adapter with parameters of type JoinedTable
protected  java.lang.String Oracle8Adapter.getFromClause(JoinedTable jt, java.lang.StringBuffer sb, java.lang.String sep)
           
protected  java.lang.String Oracle8Adapter.getWhereClause(JoinedTable jt, java.lang.StringBuffer sb, java.lang.String sep)
           
protected  void BasicRdbAdapter.getFromClause(JoinedTable jt, java.lang.StringBuffer sb)
           
protected  void BasicRdbAdapter.getFromClause(JoinedTable jtMain, JoinedTable jt, JoinedTable.Join join, java.lang.StringBuffer sb)
           
 

Uses of JoinedTable in org.objectweb.jorm.mapper.rdb.adapter.api
 

Methods in org.objectweb.jorm.mapper.rdb.adapter.api with parameters of type JoinedTable
 JoinedTable.Join JoinedTable.createChildren(JoinedTable jt)
          Creates a new Join instance to a given JoinedTable
 JoinedTable.Join JoinedTable.createChildren(JoinedTable jt, boolean outer)
          Creates a new Join instance to a given JoinedTable
 boolean JoinedTable.contains(JoinedTable jt)
           
static java.lang.Object JoinedTable.getClone(JoinedTable obj, java.util.Map obj2clone)