public class Neo4jQueryParsingResult extends Object implements QueryParsingResult
| Constructor and Description |
|---|
Neo4jQueryParsingResult(Class<?> entityType,
List<String> projections,
String query) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnNames() |
Class<?> |
getEntityType() |
List<String> |
getProjections() |
Object |
getQueryObject() |
String |
toString() |
public Class<?> getEntityType()
public Object getQueryObject()
getQueryObject in interface QueryParsingResultpublic List<String> getColumnNames()
getColumnNames in interface QueryParsingResultCopyright © 2010-2015 Hibernate. All Rights Reserved.