Uses of Class
com.j256.ormlite.stmt.UpdateBuilder

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

Uses of UpdateBuilder in com.j256.ormlite.dao
 

Methods in com.j256.ormlite.dao that return UpdateBuilder
 UpdateBuilder<T,ID> RuntimeExceptionDao.updateBuilder()
           
 UpdateBuilder<T,ID> Dao.updateBuilder()
          Like Dao.queryBuilder() but allows you to build an UPDATE statement.
 UpdateBuilder<T,ID> BaseDaoImpl.updateBuilder()
           
 



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