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 variable, org.springframework.data.repository.query.parser.Part part, int index)
           
 
Method Summary
 String getIndexKey()
           
 String getIndexName()
           
 int getParameterIndex()
           
protected  org.springframework.data.repository.query.parser.Part.Type getType()
           
 String getVariable()
           
 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 variable,
                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()

getVariable

public String getVariable()

getParameterIndex

public int getParameterIndex()

getIndexName

public String getIndexName()

isFullText

public boolean isFullText()

getIndexKey

public String getIndexKey()

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.