public class DatabaseTableConfigUtil extends Object
DatabaseField
annotation more efficient. In past versions of Android before ice-cream-sandwich (think
11/2011), annotations were ghastly slow and the hack was a bit gross but yielded a significant (~20x) performance
improvement. Thanks to Josh Guilfoyle for them.Constructor and Description |
---|
DatabaseTableConfigUtil() |
Modifier and Type | Method and Description |
---|---|
static <T> com.j256.ormlite.table.DatabaseTableConfig<T> |
fromClass(com.j256.ormlite.support.ConnectionSource connectionSource,
Class<T> clazz)
Build our list table config from a class using some annotation fu around.
|
public static <T> com.j256.ormlite.table.DatabaseTableConfig<T> fromClass(com.j256.ormlite.support.ConnectionSource connectionSource, Class<T> clazz) throws SQLException
SQLException
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.