jodd.db.orm
Class DbOrmJoin.Join

java.lang.Object
  extended by jodd.db.orm.DbOrmJoin.Join
Enclosing class:
DbOrmJoin

protected static class DbOrmJoin.Join
extends java.lang.Object

Join definition.


Field Summary
protected  int left
           
protected  java.lang.String onName
           
protected  int right
           
 
Constructor Summary
protected DbOrmJoin.Join()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

protected int left

right

protected int right

onName

protected java.lang.String onName
Constructor Detail

DbOrmJoin.Join

protected DbOrmJoin.Join()


Copyright ©2008 Jodd Team