public class StartClauseFactory extends Object
| Constructor and Description |
|---|
StartClauseFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.neo4j.repository.query.StartClause |
create(List<PartInfo> partInfos)
Create a start clause from multiple parts
|
static org.springframework.data.neo4j.repository.query.StartClause |
create(PartInfo partInfo)
Given a particular partInfo, create an appropriate StartClause
instance
|
public static org.springframework.data.neo4j.repository.query.StartClause create(List<PartInfo> partInfos)
partInfos - The various parts which the start clause
needs to be created around/for.public static org.springframework.data.neo4j.repository.query.StartClause create(PartInfo partInfo)
partInfo - The part which the start clause needs to be
created around/for.Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.