void |
DatabaseHelper.ChangeSupportable.addChange(Table<?> table) |
void |
AbstractChangeSupport.addChange(Table<?> table) |
<T> Column |
ColumnFactory.create(Table<T> table,
com.j256.ormlite.field.DatabaseFieldConfig config) |
static <T,ID> com.j256.ormlite.dao.Dao<T,ID> |
DatabaseUtil.dao(com.j256.ormlite.support.ConnectionSource conn,
Table<T> table) |
<T,ID> com.j256.ormlite.dao.Dao<T,ID> |
DatabaseHelper.dao(Table<T> table)
获取指定表的Dao对象
|
boolean |
UpgradeChecker.exists(com.j256.ormlite.support.ConnectionSource connectionSource,
Table<?> table) |
boolean |
SinceUpgradeChecker.exists(com.j256.ormlite.support.ConnectionSource connectionSource,
Table<?> table) |
protected abstract void |
AbstractChangeSupport.notifyChange(Table<?>... tables) |
static void |
DatabaseHelper.Registry.register(Table<?>... tables) |
<T,ID> int |
UpgradeHelper.upgrade(Table<T> table) |