public class OrmDaoHelperFactory<T,ID> extends Object
| Constructor and Description |
|---|
OrmDaoHelperFactory(Class<T> entityClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkTableExists(com.j256.ormlite.support.ConnectionSource connectionSource) |
PersistenceDao<T,ID> |
getDao(com.j256.ormlite.support.ConnectionSource connectionSource) |
public PersistenceDao<T,ID> getDao(com.j256.ormlite.support.ConnectionSource connectionSource)
public boolean checkTableExists(com.j256.ormlite.support.ConnectionSource connectionSource)
This documentation is licensed by Andrew Bowley under the GPLv3 License.