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

Packages that use BaseArgumentHolder
com.j256.ormlite.stmt SQL statement generation and processing. 
 

Uses of BaseArgumentHolder in com.j256.ormlite.stmt
 

Subclasses of BaseArgumentHolder in com.j256.ormlite.stmt
 class SelectArg
          An argument to a select SQL statement.
 class ThreadLocalSelectArg
          Like SelectArg but using a ThreadLocal internally to improve reentrance so that multiple threads can use the same compiled statement.
 



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