Package | Description |
---|---|
org.datanucleus.store.mongodb.query |
Package providing querying of MongoDB datastores.
|
org.datanucleus.store.mongodb.query.expression |
Modifier and Type | Method and Description |
---|---|
protected MongoFieldExpression |
QueryToMongoDBMapper.getFieldNameForPrimary(org.datanucleus.query.expression.PrimaryExpression expr)
Convenience method to return the "field name" in candidate document for this primary.
|
Constructor and Description |
---|
MongoBooleanExpression(MongoFieldExpression fieldExpr,
MongoLiteral lit,
MongoOperator op)
Constructor when the expression represents a comparison, between the field expression and a literal.
|
Copyright © 2016. All rights reserved.