Uses of Class
org.modeshape.jdbc.DriverInfo

Packages that use DriverInfo
org.modeshape.jdbc   
org.modeshape.jdbc.delegate   
 

Uses of DriverInfo in org.modeshape.jdbc
 

Methods in org.modeshape.jdbc that return DriverInfo
protected  DriverInfo JcrConnection.driverInfo()
           
protected  DriverInfo LocalJcrDriver.getDriverInfo()
           
 

Constructors in org.modeshape.jdbc with parameters of type DriverInfo
JcrConnection(RepositoryDelegate jcrDelegate, DriverInfo driverInfo)
           
LocalJcrDriver(RepositoryDelegateFactory delegateFactory, DriverInfo driverInfo, LocalJcrDriver.JcrContextFactory namingContextFactory)
          Constructor for subclasses, that should be called by subclasses no-arg constructor.
 

Uses of DriverInfo in org.modeshape.jdbc.delegate
 

Methods in org.modeshape.jdbc.delegate with parameters of type DriverInfo
 Connection RepositoryDelegate.createConnection(DriverInfo info)
          Call to create the connection based on the implementation of this interface.
 Connection AbstractRepositoryDelegate.createConnection(DriverInfo info)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.