Package | Description |
---|---|
org.modeshape.jdbc | |
org.modeshape.jdbc.delegate |
Modifier and Type | Method and Description |
---|---|
protected DriverInfo |
JcrConnection.driverInfo() |
protected DriverInfo |
LocalJcrDriver.getDriverInfo() |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Connection |
RepositoryDelegate.createConnection(DriverInfo info)
Call to create the connection based on the implementation of this interface.
|
Connection |
AbstractRepositoryDelegate.createConnection(DriverInfo info) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.