Class ReferenceBooleanQueryOperator
java.lang.Object
dev.getelements.elements.dao.mongo.query.ReferenceBooleanQueryOperator
- All Implemented Interfaces:
BooleanQueryOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator
BooleanQueryOperator.Evaluation
-
Field Summary
FieldsFields inherited from interface dev.getelements.elements.dao.mongo.query.BooleanQueryOperator
DEFAULT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<QueryT> BooleanQueryOperator.Evaluation
dev.morphia.Datastore
dev.morphia.mapping.Mapper
<QueryT> boolean
void
setDatastore
(dev.morphia.Datastore datastore)
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
ReferenceBooleanQueryOperator
public ReferenceBooleanQueryOperator()
-
-
Method Details
-
matches
- Specified by:
matches
in interfaceBooleanQueryOperator
-
evaluate
public <QueryT> BooleanQueryOperator.Evaluation evaluate(dev.morphia.query.Query<QueryT> query, String fieldSpecification) - Specified by:
evaluate
in interfaceBooleanQueryOperator
-
getMapper
public dev.morphia.mapping.Mapper getMapper() -
getDatastore
public dev.morphia.Datastore getDatastore() -
setDatastore
@Inject public void setDatastore(dev.morphia.Datastore datastore)
-