Uses of Interface
com.j256.ormlite.table.ObjectFactory

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

Uses of ObjectFactory in com.j256.ormlite.dao
 

Fields in com.j256.ormlite.dao declared as ObjectFactory
protected  ObjectFactory<T> BaseDaoImpl.objectFactory
           
 

Methods in com.j256.ormlite.dao that return ObjectFactory
 ObjectFactory<T> BaseDaoImpl.getObjectFactory()
           
 

Methods in com.j256.ormlite.dao with parameters of type ObjectFactory
 void RuntimeExceptionDao.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 BaseDaoImpl.setObjectFactory(ObjectFactory<T> objectFactory)
           
 



This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.