Uses of Class
com.j256.ormlite.dao.RuntimeExceptionDao

Packages that use RuntimeExceptionDao
com.j256.ormlite.dao Database Access Object classes. 
 

Uses of RuntimeExceptionDao in com.j256.ormlite.dao
 

Methods in com.j256.ormlite.dao that return RuntimeExceptionDao
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 content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.