Package | Description |
---|---|
com.j256.ormlite.dao |
Database Access Object classes.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectFactory<T> |
BaseDaoImpl.objectFactory |
Modifier and Type | Method and Description |
---|---|
void |
BaseDaoImpl.setObjectFactory(ObjectFactory<T> objectFactory) |
void |
Dao.setObjectFactory(ObjectFactory<T> objectFactory)
Set an object factory so we can wire in controls over an object when it is constructed.
|
void |
RuntimeExceptionDao.setObjectFactory(ObjectFactory<T> objectFactory) |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.