| Package | Description |
|---|---|
| org.hibernate.ogm.datastore.mongodb.query.impl | |
| org.hibernate.ogm.datastore.mongodb.query.parsing.nativequery.impl |
| Modifier and Type | Method and Description |
|---|---|
MongoDBQueryDescriptor.Operation |
MongoDBQueryDescriptor.getOperation() |
static MongoDBQueryDescriptor.Operation |
MongoDBQueryDescriptor.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MongoDBQueryDescriptor.Operation[] |
MongoDBQueryDescriptor.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MongoDBQueryDescriptor(String collectionName,
MongoDBQueryDescriptor.Operation operation,
com.mongodb.DBObject criteria,
com.mongodb.DBObject projection,
com.mongodb.DBObject orderBy,
com.mongodb.DBObject options,
com.mongodb.DBObject updateOrInsert,
List<String> unwinds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MongoDBQueryDescriptorBuilder.setOperation(MongoDBQueryDescriptor.Operation operation) |
Copyright © 2010–2017 Hibernate. All rights reserved.