Package com.j256.ormlite.support

Database support classes.

See:
          Description

Interface Summary
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.
 

Class Summary
SimpleDaoSupport Replacement for Spring's SimpleJdbcDaoSupport that provides some DAO methods.
SimpleDataSource Implementation of the DataSource interface that supports what is needed by ORMLite.
 

Package com.j256.ormlite.support Description

Database support classes.



Copyright © 2010. All Rights Reserved.