-
- All Implemented Interfaces:
public final class KotlinReactiveMongoOperations extends ReactiveMongoOperations<ReactivePanacheQuery<?>, ReactivePanacheUpdate>
Defines kotlin specific implementations of methods needed by ReactiveMongoOperations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinReactiveMongoOperations.CompanionDefines internal implementation details for use by quarkus. Use of these members is highly discouraged as the implementation may change without warning.
-
Constructor Summary
Constructors Constructor Description KotlinReactiveMongoOperations()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class io.quarkus.mongodb.panache.kotlin.reactive.runtime.KotlinReactiveMongoOperations
bindFilter, bindFilter, bindQuery, bindQuery, 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, nullUni, 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 -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-