org.springframework.data.neo4j.repository.query
Class PartInfo
java.lang.Object
org.springframework.data.neo4j.repository.query.PartInfo
public class PartInfo
- extends Object
- Since:
- 31.10.11
- Author:
- mh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartInfo
public PartInfo(PersistentPropertyPath<Neo4jPersistentProperty> path,
String identifier,
Part part,
int index)
getType
protected Part.Type getType()
isPrimitiveProperty
public boolean isPrimitiveProperty()
isIndexed
public boolean isIndexed()
getIdentifier
public String getIdentifier()
getParameterIndex
public int getParameterIndex()
getIndexName
public String getIndexName()
isFullText
public boolean isFullText()
getIndexKey
public String getIndexKey()
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.