Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
Modifier and Type | Method and Description |
---|---|
static <T,ID> RuntimeExceptionDao<T,ID> |
RuntimeExceptionDao.createDao(ConnectionSource connectionSource,
Class<T> clazz)
Call through to
DaoManager.createDao(ConnectionSource, Class) with the returned DAO wrapped in a
RuntimeExceptionDao. |
static <T,ID> RuntimeExceptionDao<T,ID> |
RuntimeExceptionDao.createDao(ConnectionSource connectionSource,
DatabaseTableConfig<T> tableConfig)
Call through to
DaoManager.createDao(ConnectionSource, DatabaseTableConfig) with the returned DAO wrapped
in a RuntimeExceptionDao. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.