org.objectweb.speedo.runtime.mapper
Class JdbcConnectionSpecFactory

java.lang.Object
  |
  +--org.objectweb.speedo.runtime.mapper.JdbcConnectionSpecFactory
All Implemented Interfaces:
ConnectionSpecFactory

public class JdbcConnectionSpecFactory
extends java.lang.Object
implements ConnectionSpecFactory

Created by IntelliJ IDEA. User: chassase Date: 14 juin 2003 Time: 17:42:56 To change this template use Options | File Templates.


Constructor Summary
JdbcConnectionSpecFactory()
           
 
Method Summary
 java.lang.Object getConnectionSpec(javax.jdo.PersistenceManagerFactory pmf, java.lang.String user, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdbcConnectionSpecFactory

public JdbcConnectionSpecFactory()
Method Detail

getConnectionSpec

public java.lang.Object getConnectionSpec(javax.jdo.PersistenceManagerFactory pmf,
                                          java.lang.String user,
                                          java.lang.String password)
Specified by:
getConnectionSpec in interface ConnectionSpecFactory