org.springframework.data.neo4j.mapping
Class IndexInfo
java.lang.Object
org.springframework.data.neo4j.mapping.IndexInfo
public class IndexInfo
- extends Object
- Since:
- 18.10.11
- Author:
- mh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexInfo
public IndexInfo(Indexed annotation,
Neo4jPersistentProperty property)
getIndexName
public String getIndexName()
getIndexType
public IndexType getIndexType()
isFullText
public boolean isFullText()
getIndexKey
public String getIndexKey()
Copyright © 2011 SpringSource. All Rights Reserved.