Package | Description |
---|---|
org.mongodb.morphia.dao | |
org.mongodb.morphia.query |
Modifier and Type | Method and Description |
---|---|
QueryResults<T> |
BasicDAO.find() |
QueryResults<T> |
DAO.find()
returns the entities
|
QueryResults<T> |
BasicDAO.find(Query<T> q) |
QueryResults<T> |
DAO.find(Query<T> q)
returns the entities which match the criteria
|
Modifier and Type | Interface and Description |
---|---|
interface |
Query<T> |
Modifier and Type | Class and Description |
---|---|
class |
QueryImpl<T>
Implementation of Query
|
Copyright © 2016. All rights reserved.