| Package | Description |
|---|---|
| org.springframework.data.neo4j.repository.query |
| Modifier and Type | Method and Description |
|---|---|
PartInfo |
CypherQuery.getPartInfo(int parameterIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
IdPropertyWhereClause.convertValue(PartInfo partInfo,
Object value) |
static org.springframework.data.neo4j.repository.query.StartClause |
StartClauseFactory.create(PartInfo partInfo)
Given a particular partInfo, create an appropriate StartClause
instance
|
static Object |
QueryTemplates.formatExpression(PartInfo partInfo,
Object value) |
static String |
QueryTemplates.formatIndexQuery(PartInfo partInfo,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.neo4j.repository.query.StartClause |
StartClauseFactory.create(List<PartInfo> partInfos)
Create a start clause from multiple parts
|
protected String |
FullTextIndexBasedStartClause.renderQuery(Map<PartInfo,Object> values) |
protected String |
SpatialIndexStartClause.renderQuery(Map<PartInfo,Object> values) |
| Constructor and Description |
|---|
ExactIndexBasedStartClause(PartInfo partInfo) |
FullTextIndexBasedStartClause(PartInfo partInfo) |
GraphIdStartClause(PartInfo partInfo) |
IdPropertyWhereClause(PartInfo partInfo,
Neo4jTemplate template) |
IndexBasedTypeRestrictingWhereClause(PartInfo partInfo,
Neo4jPersistentEntity entity,
Neo4jTemplate template) |
LabelBasedTypeRestrictingWhereClause(PartInfo partInfo,
Neo4jPersistentEntity entity,
Neo4jTemplate template) |
SpatialIndexStartClause(PartInfo partInfo) |
| Constructor and Description |
|---|
FullTextIndexBasedStartClause(List<PartInfo> partInfos) |
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.