| DerbyAdapter | 
 A Derby database target 
 | 
| DerbyConnectionProvider | 
 | 
| DerbyDoesTableExist | 
 For this implementation we simply run a select against the table
 and see if it kicks back with an error (which isn't related to
 connection failure). 
 | 
| DerbyLockDiag | 
 Fetch all the rows from the SYSCS_DIAG.LOCK_TABLE 
 | 
| DerbyMaster | 
 Set up an instance of Derby for use with unit tests 
 | 
| DerbyNetworkTranslator | 
 translates database access to Derby supported access. 
 | 
| DerbyPropertyAdapter | 
 Adapts properties to Derby 
 | 
| DerbyServerPropertiesMgr | 
 Server properties for embedded derby which is used in unit tests and server integration tests,
 equal to setting in derby.properties. 
 | 
| DerbyTranslator | 
 translates database access to Derby supported access. 
 | 
| LockInfo | 
 DTO representing a row from the Derby lock diagnostic table SYSCS_DIAG.LOCK_TABLE 
 |