Package com.townleyenterprises.persistence

Interface Summary
ConnectionFactory This mix-in interface provides database connections.
QueryListener This interface should be implemented by classes that wish to be notified of QueryEvents by a QueryHandler.
ResultRow This interface should be implemented by classes that wish to be dynamicly loaded from the DynamicFinder based on the results of the execution of a query.
 

Class Summary
PersistenceConfig This class is used to provide a flexible mechanism to resolving the required database connection parameter values and encapsulate the differences between various database vendor connection URLs.
QueryAdapter This class implements empty methods for the QueryListener interface.
QueryEvent This class provides a container for query notification data.
QueryHandler This class encapsulates the core functionality of making a database query into a single place.
SQLFilterAdapter This class is responsible for generating SQL given a filter and optional sort specification.
SQLProvider This class provides a way to make the database queries that are used by these classes more modular and separate from the code.
 



Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.