public class JavaMongoOperations extends MongoOperations<PanacheQuery<?>,PanacheUpdate>
ID
Constructor and Description |
---|
JavaMongoOperations() |
Modifier and Type | Method and Description |
---|---|
protected PanacheQuery<?> |
createQuery(com.mongodb.client.MongoCollection collection,
org.bson.Document query,
org.bson.Document sortDoc) |
protected PanacheUpdate |
createUpdate(com.mongodb.client.MongoCollection collection,
Class<?> entityClass,
org.bson.Document docUpdate) |
protected List<?> |
list(PanacheQuery<?> query) |
protected Stream<?> |
stream(PanacheQuery<?> query) |
bindFilter, bindFilter, bindUpdate, bindUpdate, count, count, count, count, count, delete, delete, delete, delete, delete, deleteAll, deleteById, find, find, find, find, find, find, find, find, find, findAll, findAll, findById, findByIdOptional, implementationInjectionMissing, list, list, list, list, list, list, list, list, listAll, listAll, mongoCollection, mongoDatabase, persist, persist, persist, persist, persistOrUpdate, persistOrUpdate, persistOrUpdate, persistOrUpdate, stream, stream, stream, stream, stream, stream, stream, stream, streamAll, streamAll, update, update, update, update, update, update, update
protected PanacheQuery<?> createQuery(com.mongodb.client.MongoCollection collection, org.bson.Document query, org.bson.Document sortDoc)
createQuery
in class MongoOperations<PanacheQuery<?>,PanacheUpdate>
protected PanacheUpdate createUpdate(com.mongodb.client.MongoCollection collection, Class<?> entityClass, org.bson.Document docUpdate)
createUpdate
in class MongoOperations<PanacheQuery<?>,PanacheUpdate>
protected List<?> list(PanacheQuery<?> query)
list
in class MongoOperations<PanacheQuery<?>,PanacheUpdate>
protected Stream<?> stream(PanacheQuery<?> query)
stream
in class MongoOperations<PanacheQuery<?>,PanacheUpdate>
Copyright © 2020 JBoss by Red Hat. All rights reserved.