Uses of Class
com.j256.ormlite.table.TableInfo

Packages that use TableInfo
com.j256.ormlite.field Object field information. 
com.j256.ormlite.stmt SQL statement generation and processing. 
 

Uses of TableInfo in com.j256.ormlite.field
 

Methods in com.j256.ormlite.field that return TableInfo
 TableInfo<?> FieldType.getForeignTableInfo()
          Return the TableInfo associated with the foreign object if the DatabaseField.foreign() annotation was set to true or null if none.
 

Uses of TableInfo in com.j256.ormlite.stmt
 

Constructors in com.j256.ormlite.stmt with parameters of type TableInfo
QueryBuilder.InternalQueryBuilder(DatabaseType databaseType, TableInfo<T> tableInfo)
           
QueryBuilder(DatabaseType databaseType, TableInfo<T> tableInfo)
          Provides statements for various SQL operations.
StatementExecutor(DatabaseType databaseType, TableInfo<T> tableInfo)
          Provides statements for various SQL operations.
 



Copyright © 2010. All Rights Reserved.