Uses of Package
com.j256.ormlite.support

Packages that use com.j256.ormlite.support
com.j256.ormlite.dao Database Access Object classes. 
com.j256.ormlite.db Per-database type and SQL information. 
com.j256.ormlite.field Object field information. 
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.support used by com.j256.ormlite.dao
SimpleDaoSupport
          Replacement for Spring's SimpleJdbcDaoSupport that provides some DAO methods.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.db
DatabaseAccess
          Interface that hides the various calls to a SQL database.
Results
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
SimpleDataSource
          Implementation of the DataSource interface that supports what is needed by ORMLite.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.field
Results
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.jdbc
DatabaseAccess
          Interface that hides the various calls to a SQL database.
GeneratedKeyHolder
          The holder of a generated key so we can return the value of generated keys from update methods.
PreparedStmt
          A reduction of the SQL PreparedStatment so we can implement its functionality outside of JDBC.
Results
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.stmt
DatabaseAccess
          Interface that hides the various calls to a SQL database.
PreparedStmt
          A reduction of the SQL PreparedStatment so we can implement its functionality outside of JDBC.
Results
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 

Classes in com.j256.ormlite.support used by com.j256.ormlite.support
DatabaseAccess
          Interface that hides the various calls to a SQL database.
GeneratedKeyHolder
          The holder of a generated key so we can return the value of generated keys from update methods.
PreparedStmt
          A reduction of the SQL PreparedStatment so we can implement its functionality outside of JDBC.
Results
          A reduction of the SQL ResultSet so we can implement it outside of JDBC.
 



Copyright © 2010. All Rights Reserved.