|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.components.rdbms.ojb.DatabasePlatformConfigurator
public class DatabasePlatformConfigurator
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.
Constructor Summary | |
---|---|
DatabasePlatformConfigurator(javax.sql.DataSource ds,
java.lang.String jndiName)
|
Method Summary | |
---|---|
void |
init()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabasePlatformConfigurator(javax.sql.DataSource ds, java.lang.String jndiName)
Method Detail |
---|
public void init() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |