Uses of Class
org.neo4j.kernel.impl.index.IndexCommand

Packages that use IndexCommand
org.neo4j.kernel.impl.index   
 

Uses of IndexCommand in org.neo4j.kernel.impl.index
 

Subclasses of IndexCommand in org.neo4j.kernel.impl.index
static class IndexCommand.AddCommand
           
static class IndexCommand.AddRelationshipCommand
           
static class IndexCommand.CreateCommand
           
static class IndexCommand.DeleteCommand
           
static class IndexCommand.RemoveCommand
           
 

Methods in org.neo4j.kernel.impl.index that return IndexCommand
 IndexCommand IndexDefineCommand.add(String indexName, Class<?> entityType, long entityId, String key, Object value)
           
 IndexCommand IndexDefineCommand.addRelationship(String indexName, Class<?> entityType, long entityId, String key, Object value, long startNode, long endNode)
           
 IndexCommand IndexDefineCommand.create(String indexName, Class<?> entityType, Map<String,String> config)
           
 IndexCommand IndexDefineCommand.delete(String indexName, Class<?> entityType)
           
 IndexCommand IndexDefineCommand.remove(String indexName, Class<?> entityType, long entityId, String key, Object value)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.