Package 

Class ReactivePanacheMongoEntity

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ObjectId id
    • Method Summary

      Modifier and Type Method Description
      final ObjectId getId() The auto-generated ID field.
      final Unit setId(ObjectId id) The auto-generated ID field.
      String toString() Default toString() implementation
      • Methods inherited from class io.quarkus.mongodb.panache.kotlin.reactive.ReactivePanacheMongoEntity

        delete, persist, persistOrUpdate, update
      • Methods inherited from class java.lang.Object

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

      • ReactivePanacheMongoEntity

        ReactivePanacheMongoEntity()
    • Method Detail

      • getId

         final ObjectId getId()

        The auto-generated ID field. This field is set by Mongo when this entity is persisted.

      • setId

         final Unit setId(ObjectId id)

        The auto-generated ID field. This field is set by Mongo when this entity is persisted.