public class MongoDBQueryParsingResult extends Object implements QueryParsingResult
MongoDBQueryRendererDelegate.| Constructor and Description |
|---|
MongoDBQueryParsingResult(Class<?> entityType,
String collectionName,
com.mongodb.DBObject query,
com.mongodb.DBObject projection,
com.mongodb.DBObject orderBy,
List<String> unwinds) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnNames() |
Class<?> |
getEntityType() |
com.mongodb.DBObject |
getOrderBy() |
com.mongodb.DBObject |
getProjection() |
com.mongodb.DBObject |
getQuery() |
Object |
getQueryObject() |
List<String> |
getUnwinds() |
String |
toString() |
public com.mongodb.DBObject getQuery()
public Class<?> getEntityType()
public com.mongodb.DBObject getProjection()
public com.mongodb.DBObject getOrderBy()
public Object getQueryObject()
getQueryObject in interface QueryParsingResultpublic List<String> getColumnNames()
getColumnNames in interface QueryParsingResultCopyright © 2010–2017 Hibernate. All rights reserved.