public class MongoDBProcessingChain extends Object implements org.hibernate.hql.ast.spi.AstProcessingChain<MongoDBQueryParsingResult>
DBObject
s from HQL queries.Constructor and Description |
---|
MongoDBProcessingChain(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() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public MongoDBProcessingChain(SessionFactoryImplementor sessionFactory, org.hibernate.hql.ast.spi.EntityNamesResolver entityNames, Map<String,Object> namedParameters)
public 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-2017 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.