Package | Description |
---|---|
org.modeshape.jdbc | |
org.modeshape.jdbc.delegate |
Modifier and Type | Method and Description |
---|---|
RepositoryDelegate |
JcrConnection.getRepositoryDelegate()
Returns the interface used to communicate to the Jcr Repository.
|
Constructor and Description |
---|
JcrConnection(RepositoryDelegate jcrDelegate,
DriverInfo driverInfo) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryDelegate
The AbstractRepositoryDelegate provides the common logic for the implementation of the
RepositoryDelegate |
class |
LocalRepositoryDelegate
The LocalRepositoryDelegate provides a local Repository implementation to access the Jcr layer via JNDI Lookup.
|
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.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.