public class MongoDBProcessingChain extends Object implements org.hibernate.hql.ast.spi.AstProcessingChain<MongoDBQueryParsingResult>
DBObjects from HQL queries.| Constructor and Description |
|---|
MongoDBProcessingChain(org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory,
org.hibernate.hql.ast.spi.EntityNamesResolver entityNames,
Map<String,Object> namedParameters) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBQueryParsingResult |
getResult() |
Iterator<org.hibernate.hql.ast.spi.AstProcessor> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<org.hibernate.hql.ast.spi.AstProcessor> iterator()
iterator in interface Iterable<org.hibernate.hql.ast.spi.AstProcessor>iterator in interface org.hibernate.hql.ast.spi.AstProcessingChain<MongoDBQueryParsingResult>public MongoDBQueryParsingResult getResult()
getResult in interface org.hibernate.hql.ast.spi.AstProcessingChain<MongoDBQueryParsingResult>Copyright © 2010–2016 Hibernate. All rights reserved.