Package dev.morphia.query
Class WhereCriteria
- java.lang.Object
-
- dev.morphia.query.AbstractCriteria
-
- dev.morphia.query.WhereCriteria
-
- All Implemented Interfaces:
Criteria
public class WhereCriteria extends AbstractCriteria
Creates a Criteria for a $where clause.
-
-
Constructor Summary
Constructors Constructor Description WhereCriteria(java.lang.String js)Creates a WhereCriteria with the given javascriptWhereCriteria(org.bson.types.CodeWScope js)Creates a WhereCriteria with the given javascript
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()com.mongodb.DBObjecttoDBObject()-
Methods inherited from class dev.morphia.query.AbstractCriteria
attach, getAttachedTo, setAttachedTo
-
-
-
-
Constructor Detail
-
WhereCriteria
public WhereCriteria(java.lang.String js)
Creates a WhereCriteria with the given javascript- Parameters:
js- the javascript
-
WhereCriteria
public WhereCriteria(org.bson.types.CodeWScope js)
Creates a WhereCriteria with the given javascript- Parameters:
js- the javascript
-
-