Package | Description |
---|---|
org.mongodb.morphia | |
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
QueryFactory |
Datastore.getQueryFactory()
Returns the current
QueryFactory . |
QueryFactory |
DatastoreImpl.getQueryFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Datastore.setQueryFactory(QueryFactory queryFactory)
Replaces the current
QueryFactory with the given value. |
void |
DatastoreImpl.setQueryFactory(QueryFactory queryFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryFactory
An abstract implementation of
QueryFactory . |
class |
DefaultQueryFactory
A default implementation of
QueryFactory . |
Copyright © 2016. All rights reserved.