Package org.jdbcpersistence

Interface Summary
JDBCConnection The main interface of JDBCPersistence that provides methods to manipulate underlying object representations in a database.
JDBCPersistence JDBCPersistence is used to provide persistence services to an application.
JDBCPersistor The interface defines a contract that custom persistors must implement.
JDBCResultSetReader An interface that is used by the org.jdbcpersistence.JDBCQuery to read data from a java.sql.ResultSet returned by that JDBCQuery User: alex Date: Aug 23, 2006 Time: 9:00:37 PM
 

Class Summary
JDBCMap The JDBCMap class associates ('maps') a bean with a table and JDBCPersistor.
JDBCPersistenceFactory This class is used for obtaining instances of JDBCPersistence.
JDBCQuery JDBCQuery object encapsulates a Data Manipulation Language SQL statement.