Uses of Class
org.apache.ibatis.metadata.Table

Packages that use Table
org.apache.ibatis.metadata TODO fillme. 
 

Uses of Table in org.apache.ibatis.metadata
 

Methods in org.apache.ibatis.metadata that return Table
 Table Database.getTable(String name)
           
 

Methods in org.apache.ibatis.metadata with parameters of type Table
 void Database.addTable(Table table)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.