Uses of Class
com.easyjf.dbo.DBTable

Packages that use DBTable
com.easyjf.dbo   
 

Uses of DBTable in com.easyjf.dbo
 

Methods in com.easyjf.dbo that return DBTable
 DBTable DBObject.getTable()
           
 DBTable DBMapping.findTable(java.lang.Class cls)
           
 

Methods in com.easyjf.dbo with parameters of type DBTable
 void DBObject.setTable(DBTable table)
           
 void DBMapping.add(java.lang.String className, DBTable table)
           
 

Constructors in com.easyjf.dbo with parameters of type DBTable
DBObject(DBTable table)