Uses of Package
com.j256.ormlite.stmt

Packages that use com.j256.ormlite.stmt
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.jdbc   
com.j256.ormlite.stmt SQL statement generation and processing. 
com.j256.ormlite.support Database support classes. 
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.dao
PreparedQuery
          Interface returned by the QueryBuilder.prepareQuery() which supports custom queries.
QueryBuilder
          Assists in building SQL query (select) statements for a particular table in a particular database.
SelectIterator
          Internal iterator so we can page through the class.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.jdbc
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.stmt
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
PreparedQuery
          Interface returned by the QueryBuilder.prepareQuery() which supports custom queries.
QueryBuilder
          Assists in building SQL query (select) statements for a particular table in a particular database.
SelectArg
          An argument to a select SQL statement.
SelectIterator
          Internal iterator so we can page through the class.
Where
          Manages the various clauses that make up the WHERE part of a SQL statement.
 

Classes in com.j256.ormlite.stmt used by com.j256.ormlite.support
GenericRowMapper
          Parameterized version similar to Spring's RowMapper which converts a result row into an object.
 



Copyright © 2010. All Rights Reserved.