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