Package | Description |
---|---|
org.modeshape.jdbc | |
org.modeshape.jdbc.delegate |
Constructor and Description |
---|
LocalJcrDriver(LocalJcrDriver.JcrContextFactory namingContextFactory)
Create an instance of this driver using the supplied JNDI naming context factory.
|
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 |
---|---|
protected LocalJcrDriver.JcrContextFactory |
LocalRepositoryDelegate.getJcrContext() |
Modifier and Type | Method and Description |
---|---|
protected RepositoryDelegate |
RepositoryDelegateFactory.create(int protocol,
String url,
Properties info,
LocalJcrDriver.JcrContextFactory contextFactory) |
RepositoryDelegate |
RepositoryDelegateFactory.createRepositoryDelegate(String url,
Properties info,
LocalJcrDriver.JcrContextFactory contextFactory)
Create a RepositoryDelegate instance, given the connection information.
|
Constructor and Description |
---|
LocalRepositoryDelegate(String url,
Properties info,
LocalJcrDriver.JcrContextFactory contextFactory) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.