Uses of Class
org.datanucleus.store.mongodb.query.expression.MongoExpression
-
Packages that use MongoExpression Package Description org.datanucleus.store.mongodb.query.expression -
-
Uses of MongoExpression in org.datanucleus.store.mongodb.query.expression
Subclasses of MongoExpression in org.datanucleus.store.mongodb.query.expression Modifier and Type Class Description class
MongoBooleanExpression
Representation of a boolean expression in MongoDB queries.class
MongoFieldExpression
Expression for a field in a MongoDB document.class
MongoLiteral
Representation of a literal in a Mongo query.class
MongoUncompilableExpression
Expression representing that this part of the query cannot be compiled for the datastore due to there not being a construct in the datastore that suports it.
-