Spring Data Neo4j

org.springframework.data.neo4j.mapping
Class IndexInfo

java.lang.Object
  extended by org.springframework.data.neo4j.mapping.IndexInfo

public class IndexInfo
extends Object

Since:
18.10.11
Author:
mh

Constructor Summary
IndexInfo(Indexed annotation, Neo4jPersistentProperty property)
           
 
Method Summary
 String getIndexName()
           
 IndexType getIndexType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInfo

public IndexInfo(Indexed annotation,
                 Neo4jPersistentProperty property)
Method Detail

getIndexName

public String getIndexName()

getIndexType

public IndexType getIndexType()

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.