public interface Criteria
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(DBObject obj)
Adds this Criteria's information to the DBObject
|
void |
attach(CriteriaContainer container)
Used to add this Criteria to a CriteriaContainer
|
String |
getFieldName() |
void addTo(DBObject obj)
obj - the DBObject to updatevoid attach(CriteriaContainer container)
container - the container to add toString getFieldName()