Query
, InsertQuery
public class MongoDBInsertQuery extends AbstractInsertQuery<MongoDBDatabaseCollection>
AbstractInsertQuery.Entry
Query.Option
Modifier and Type | Field | Description |
---|---|---|
private com.mongodb.client.MongoCollection<org.bson.Document> |
mongoCollection |
collection, entries, queries
EMPTY_OBJECT_ARRAY, EMPTY_STRING_ARRAY
Constructor | Description |
---|---|
MongoDBInsertQuery(MongoDBDatabaseCollection collection) |
Modifier and Type | Method | Description |
---|---|---|
QueryResult |
executeAndGetGeneratedKeys(String[] keyColumns,
Object... values) |
|
Map<String,Integer> |
getNextIds() |
execute, executeAndGetGeneratedKeyAsInt, executeAndGetGeneratedKeyAsLong, executeAndGetGeneratedKeys, executeAsyncAndGetGeneratedKeyAsInt, executeAsyncAndGetGeneratedKeyAsLong, executeAsyncAndGetGeneratedKeys, executeAsyncAndGetGeneratedKeys, fields, getEntry, query, set, set, set, values
executeAsync, getLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, executeAsync, executeAsync
private final com.mongodb.client.MongoCollection<org.bson.Document> mongoCollection
public MongoDBInsertQuery(MongoDBDatabaseCollection collection)
Copyright © 2020. All rights reserved.