org.apache.jetspeed.components.rdbms.ojb |
|
Java Source File Name | Type | Comment |
ConnectionManagerImpl.java | Class | Manages Connection ressources. |
ConnectionRepositoryEntry.java | Class | A JavaBean that configures an entry in OJB's ConnectionRepository
according to its properties. |
DatabasePlatformConfigurator.java | Class | Dynamically configures Database Platform for OJB by looking at the connection string
and figuring out the OJB platform using an OJB metadata utility
Its important to get this right otherwise you will be sending the wrong (most likely HSQL)
flavor of SQL statements to the backend database. |