org.neo4j.kernel.impl.index
Class IndexXaConnection
java.lang.Object
org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
org.neo4j.kernel.impl.index.IndexXaConnection
- All Implemented Interfaces:
- XaConnection
public abstract class IndexXaConnection
- extends XaConnectionHelpImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexXaConnection
public IndexXaConnection(XaResourceManager xaRm)
createIndex
public abstract void createIndex(Class<? extends PropertyContainer> entityType,
String indexName,
Map<String,String> config)
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.