Package net.sourceforge.orbroker

Class Summary
Broker The Broker between the JDBC data source and an application.
Executable An Executable allows queries and execution of statements on an existing connection.
Query The query class.
Transaction Any database modifications (INSERT, UPDATE, DELETE) must be done through the Transaction object.
 

Exception Summary
BrokerException Generic exception from Broker.
ConfigurationException Exception thrown during configuration of Broker.
ConstraintException Exception for a violated database constraint.
DeadlockException Exception for deadlock occurence.
MoreThanOneRowException Exception when one row was expected, but multiple rows were returned.
QueryException Query related exception.
ReflectionException General exception wrapping a number of different exceptions relating to reflection.