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> Dao.updateBuilder()
          Like Dao.queryBuilder() but allows you to build an UPDATE statement.
 UpdateBuilder<T,ID> BaseDaoImpl.updateBuilder()
           
 



Copyright © 2011. All Rights Reserved.