Package 

Class KotlinMongoOperations


  • 
    public final class KotlinMongoOperations
    extends MongoOperations<PanacheQuery<?>, PanacheUpdate>
                        

    Defines kotlin specific implementations of methods needed by MongoOperations.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class KotlinMongoOperations.Companion

      Defines internal implementation details for use by quarkus. Use of these members is highly discouraged as the implementation may change without warning.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class io.quarkus.mongodb.panache.kotlin.runtime.KotlinMongoOperations

        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, getSession, getSession, 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KotlinMongoOperations

        KotlinMongoOperations()