|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryConnection | |
---|---|
org.jboss.dna.connector.filesystem | The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. |
org.jboss.dna.connector.infinispan | The classes that make up the connector that stores content in a deployed instance of Infinispan. |
org.jboss.dna.connector.jbosscache | The classes that make up the connector that stores content in a JBoss Cache instance. |
org.jboss.dna.connector.meta.jdbc | |
org.jboss.dna.connector.store.jpa | The classes that make up the connector that stores content in a relational database via JDBC and JPA. |
org.jboss.dna.connector.store.jpa.model.basic | The classes that define the "basic" storage model for the JPA connector. |
org.jboss.dna.connector.store.jpa.model.simple | The classes that define the "simple" storage model for the JPA connector. |
org.jboss.dna.connector.svn | The classes that make up the connector that accesses content from an SVN repository. |
org.jboss.dna.graph | The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. |
org.jboss.dna.graph.connector | JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. |
org.jboss.dna.graph.connector.federation | JBoss DNA provides a federated connector that is able to access repository content from multiple external systems and make that content look like it exists in a single unified repository. |
org.jboss.dna.graph.connector.inmemory | The In-Memory Connector represents a connector that maintains
a graph in transient in-process memory. |
org.jboss.dna.graph.connector.map | The MapRepository class and its supporting classes provide a default implementation of the connector
classes for connectors that support the transient or persistent mapping of a UUID to a standard
representation of a node . |
org.jboss.dna.graph.connector.path | The PathRepository class and its supporting classes provide a default read-only implementation of the connector
classes for connectors that only support path-based access to a standard
representation of a node . |
org.jboss.dna.graph.search | |
org.jboss.dna.repository | The components and services that make up the JBoss DNA repository engine. |
Uses of RepositoryConnection in org.jboss.dna.connector.filesystem |
---|
Methods in org.jboss.dna.connector.filesystem that return RepositoryConnection | |
---|---|
RepositoryConnection |
FileSystemSource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.connector.infinispan |
---|
Methods in org.jboss.dna.connector.infinispan that return RepositoryConnection | |
---|---|
RepositoryConnection |
InfinispanSource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.connector.jbosscache |
---|
Methods in org.jboss.dna.connector.jbosscache that return RepositoryConnection | |
---|---|
RepositoryConnection |
JBossCacheSource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.connector.meta.jdbc |
---|
Methods in org.jboss.dna.connector.meta.jdbc that return RepositoryConnection | |
---|---|
RepositoryConnection |
JdbcMetadataSource.getConnection()
|
Uses of RepositoryConnection in org.jboss.dna.connector.store.jpa |
---|
Methods in org.jboss.dna.connector.store.jpa that return RepositoryConnection | |
---|---|
abstract RepositoryConnection |
Model.createConnection(JpaSource source)
|
RepositoryConnection |
JpaSource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.connector.store.jpa.model.basic |
---|
Methods in org.jboss.dna.connector.store.jpa.model.basic that return RepositoryConnection | |
---|---|
RepositoryConnection |
BasicModel.createConnection(JpaSource source)
|
Uses of RepositoryConnection in org.jboss.dna.connector.store.jpa.model.simple |
---|
Classes in org.jboss.dna.connector.store.jpa.model.simple that implement RepositoryConnection | |
---|---|
class |
SimpleJpaConnection
The repository connection to JPA repository sources that use the simple model . |
Methods in org.jboss.dna.connector.store.jpa.model.simple that return RepositoryConnection | |
---|---|
RepositoryConnection |
SimpleModel.createConnection(JpaSource source)
|
Uses of RepositoryConnection in org.jboss.dna.connector.svn |
---|
Methods in org.jboss.dna.connector.svn that return RepositoryConnection | |
---|---|
RepositoryConnection |
SvnRepositorySource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.graph |
---|
Methods in org.jboss.dna.graph with parameters of type RepositoryConnection | |
---|---|
static Graph |
Graph.create(RepositoryConnection connection,
ExecutionContext context)
Create a graph instance that uses the supplied RepositoryConnection and context . |
Uses of RepositoryConnection in org.jboss.dna.graph.connector |
---|
Methods in org.jboss.dna.graph.connector that return RepositoryConnection | |
---|---|
RepositoryConnection |
RepositoryConnectionFactory.createConnection(String sourceName)
Create a RepositoryConnection using the given RepositorySource name. |
RepositoryConnection |
RepositorySource.getConnection()
Get a connection from this source. |
RepositoryConnection |
RepositoryConnectionPool.getConnection()
Get a connection from the pool. |
Uses of RepositoryConnection in org.jboss.dna.graph.connector.federation |
---|
Methods in org.jboss.dna.graph.connector.federation that return RepositoryConnection | |
---|---|
RepositoryConnection |
FederatedRepositorySource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.graph.connector.inmemory |
---|
Methods in org.jboss.dna.graph.connector.inmemory that return RepositoryConnection | |
---|---|
RepositoryConnection |
InMemoryRepositorySource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.graph.connector.map |
---|
Classes in org.jboss.dna.graph.connector.map that implement RepositoryConnection | |
---|---|
class |
MapRepositoryConnection
A connection to a MapRepository . |
Uses of RepositoryConnection in org.jboss.dna.graph.connector.path |
---|
Classes in org.jboss.dna.graph.connector.path that implement RepositoryConnection | |
---|---|
class |
PathRepositoryConnection
|
Uses of RepositoryConnection in org.jboss.dna.graph.search |
---|
Methods in org.jboss.dna.graph.search that return RepositoryConnection | |
---|---|
RepositoryConnection |
SearchableRepositorySource.getConnection()
Get a connection from this source. |
Uses of RepositoryConnection in org.jboss.dna.repository |
---|
Methods in org.jboss.dna.repository that return RepositoryConnection | |
---|---|
RepositoryConnection |
RepositoryLibrary.createConnection(String sourceName)
Create a RepositoryConnection using the given RepositorySource name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |