|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XaConnection | |
|---|---|
| org.neo4j.index.impl.lucene | An indexing implementation using Apache Lucene as backend. |
| org.neo4j.kernel.impl.index | |
| org.neo4j.kernel.impl.nioneo.xa | |
| org.neo4j.kernel.impl.persistence | |
| org.neo4j.kernel.impl.transaction.xaframework | |
| Uses of XaConnection in org.neo4j.index.impl.lucene |
|---|
| Methods in org.neo4j.index.impl.lucene that return XaConnection | |
|---|---|
XaConnection |
LuceneDataSource.getXaConnection()
|
| Uses of XaConnection in org.neo4j.kernel.impl.index |
|---|
| Classes in org.neo4j.kernel.impl.index with type parameters of type XaConnection | |
|---|---|
class |
IndexConnectionBroker<T extends XaConnection>
|
class |
ReadOnlyIndexConnectionBroker<T extends XaConnection>
|
| Classes in org.neo4j.kernel.impl.index that implement XaConnection | |
|---|---|
class |
IndexXaConnection
|
| Uses of XaConnection in org.neo4j.kernel.impl.nioneo.xa |
|---|
| Classes in org.neo4j.kernel.impl.nioneo.xa that implement XaConnection | |
|---|---|
class |
NeoStoreXaConnection
XaConnection implementation for the Neo4j kernel native store. |
| Methods in org.neo4j.kernel.impl.nioneo.xa that return XaConnection | |
|---|---|
XaConnection |
NeoStoreXaDataSource.getXaConnection()
|
| Methods in org.neo4j.kernel.impl.nioneo.xa with parameters of type XaConnection | |
|---|---|
NeoStoreTransaction |
NioNeoDbPersistenceSource.createTransaction(XaConnection connection)
|
void |
WriteTransaction.setXaConnection(XaConnection connection)
|
| Uses of XaConnection in org.neo4j.kernel.impl.persistence |
|---|
| Methods in org.neo4j.kernel.impl.persistence with parameters of type XaConnection | |
|---|---|
NeoStoreTransaction |
PersistenceSource.createTransaction(XaConnection connection)
Creates a resource connection to this persistence source. |
void |
NeoStoreTransaction.setXaConnection(XaConnection connection)
|
| Uses of XaConnection in org.neo4j.kernel.impl.transaction.xaframework |
|---|
| Classes in org.neo4j.kernel.impl.transaction.xaframework that implement XaConnection | |
|---|---|
class |
XaConnectionHelpImpl
XaConnectionHelpImpl helps with basic implementation that is
needed to fit a non XA compatible resource in the xaframework. |
| Methods in org.neo4j.kernel.impl.transaction.xaframework that return XaConnection | |
|---|---|
abstract XaConnection |
XaDataSource.getXaConnection()
Creates a XA connection to the resource this data source represents. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||