Spring Data Neo4j

org.springframework.data.neo4j.repository.query
Class PartInfo

java.lang.Object
  extended by org.springframework.data.neo4j.repository.query.PartInfo

public class PartInfo
extends Object

Since:
31.10.11
Author:
mh

Constructor Summary
PartInfo(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path, String identifier, org.springframework.data.repository.query.parser.Part part, int index)
           
 
Method Summary
 String getIdentifier()
           
 String getIndexKey()
           
 String getIndexName()
           
 int getParameterIndex()
           
protected  org.springframework.data.repository.query.parser.Part.Type getType()
           
 boolean isFullText()
           
 boolean isIndexed()
           
 boolean isPrimitiveProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartInfo

public PartInfo(org.springframework.data.mapping.context.PersistentPropertyPath<Neo4jPersistentProperty> path,
                String identifier,
                org.springframework.data.repository.query.parser.Part part,
                int index)
Method Detail

getType

protected org.springframework.data.repository.query.parser.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()

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.