Uses of Class
com.jpattern.orm.annotation.table.TableInfo

Packages that use TableInfo
com.jpattern.orm.annotation.table   
com.jpattern.orm.mapper.clazz   
 

Uses of TableInfo in com.jpattern.orm.annotation.table
 

Methods in com.jpattern.orm.annotation.table that return TableInfo
static TableInfo TableInfoFactory.getTableInfo(Class<?> clazz)
           
 

Uses of TableInfo in com.jpattern.orm.mapper.clazz
 

Methods in com.jpattern.orm.mapper.clazz that return TableInfo
 TableInfo IClassMap.getTableInfo()
           
 TableInfo ClassMap.getTableInfo()
           
 

Constructors in com.jpattern.orm.mapper.clazz with parameters of type TableInfo
ClassMap(Class<BEAN> mappedClass, TableInfo tableInfo)
           
 



Copyright © 2013. All Rights Reserved.