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 getIndexKey()
           
 String getIndexName()
           
 IndexType getIndexType()
           
 boolean isFullText()
           
 boolean isNumeric()
           
 boolean isUnique()
           
 
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()

isFullText

public boolean isFullText()

getIndexKey

public String getIndexKey()

isUnique

public boolean isUnique()

isNumeric

public boolean isNumeric()

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.