org.neo4j.kernel.impl.index
Class IndexXaConnection

java.lang.Object
  extended by org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
      extended by org.neo4j.kernel.impl.index.IndexXaConnection
All Implemented Interfaces:
XaConnection

public abstract class IndexXaConnection
extends XaConnectionHelpImpl


Constructor Summary
IndexXaConnection(XaResourceManager xaRm)
           
 
Method Summary
abstract  void createIndex(Class<? extends PropertyContainer> entityType, String indexName, Map<String,String> config)
           
 
Methods inherited from class org.neo4j.kernel.impl.transaction.xaframework.XaConnectionHelpImpl
clearAllTransactions, destroy, getTransaction, getXaResource, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexXaConnection

public IndexXaConnection(XaResourceManager xaRm)
Method Detail

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.