Package org.gjt.tw.dbobjects

Interface Summary
IBroker Database Connection Broker Interface.
 

Class Summary
ConnectionBroker Database Connection Broker Implementation for DbConnectionBroker
DbConnectionBroker DbConnectionBroker A servlet-based broker for database connections.
DBManager DBManager is responsible for the access to the database.
FieldMapping FieldMapping is a wrapper class that holds data about the mapping of one field.
ObjectMapping This class provides all necessary information for the mapping of all objects of a class.
StorableObject Every class that you want to store in the database using the mechanism provided by this package has to extend this abstract class.
 

Exception Summary
DatabaseException A database exception is thrown if an exception related to database access occured.
IncompleteDefinitionException An IncompleteDefinitionException is thrown if the definition of an object mapping is not complete.
ObjectException An ObjectException is thrown if an exception happened while creating objects or while calling methods doing reflection.