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

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

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

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

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

Methods in org.objectweb.jorm.mapper.rdb.adapter.api that return JoinedTable.Join
 JoinedTable.Join JoinedTable.createChildren(java.lang.String tablename)
          Creates a new Join instance to a new JoinedTable
 JoinedTable.Join JoinedTable.createChildren(java.lang.String tablename, boolean outer)
          Creates a new Join instance to a new JoinedTable
 JoinedTable.Join JoinedTable.createChildren(java.lang.String tablename, java.lang.String alias)
          Creates a new Join instance to a new JoinedTable
 JoinedTable.Join JoinedTable.createChildren(java.lang.String tablename, java.lang.String alias, boolean outer)
          Creates a new Join instance to a new 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