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 classMongoBooleanExpressionRepresentation of a boolean expression in MongoDB queries.classMongoFieldExpressionExpression for a field in a MongoDB document.classMongoLiteralRepresentation of a literal in a Mongo query.classMongoUncompilableExpressionExpression 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.
-