Spring Data Neo4j

org.springframework.data.neo4j.support.index
Class NullReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

java.lang.Object
  extended by org.springframework.data.neo4j.support.index.NullReadableIndex<S>
All Implemented Interfaces:
org.neo4j.graphdb.index.ReadableIndex<S>

public class NullReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>
extends Object
implements org.neo4j.graphdb.index.ReadableIndex<S>

Since:
16.10.11
Author:
mh

Constructor Summary
NullReadableIndex(String indexName, org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
           
 
Method Summary
 org.neo4j.graphdb.index.IndexHits<S> get(String key, Object value)
           
 Class<S> getEntityType()
           
 org.neo4j.graphdb.GraphDatabaseService getGraphDatabase()
           
 String getName()
           
 boolean isWriteable()
           
 org.neo4j.graphdb.index.IndexHits<S> query(Object queryOrQueryObject)
           
 org.neo4j.graphdb.index.IndexHits<S> query(String key, Object queryOrQueryObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullReadableIndex

public NullReadableIndex(String indexName,
                         org.neo4j.graphdb.GraphDatabaseService graphDatabaseService)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

getGraphDatabase

public org.neo4j.graphdb.GraphDatabaseService getGraphDatabase()
Specified by:
getGraphDatabase in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

getEntityType

public Class<S> getEntityType()
Specified by:
getEntityType in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

get

public org.neo4j.graphdb.index.IndexHits<S> get(String key,
                                                Object value)
Specified by:
get in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

query

public org.neo4j.graphdb.index.IndexHits<S> query(String key,
                                                  Object queryOrQueryObject)
Specified by:
query in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

query

public org.neo4j.graphdb.index.IndexHits<S> query(Object queryOrQueryObject)
Specified by:
query in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

isWriteable

public boolean isWriteable()
Specified by:
isWriteable in interface org.neo4j.graphdb.index.ReadableIndex<S extends org.neo4j.graphdb.PropertyContainer>

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.