Class ReactivePanacheMongoEntity

java.lang.Object
io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntity

public abstract class ReactivePanacheMongoEntity extends ReactivePanacheMongoEntityBase
Represents an entity with a generated ID field id of type ObjectId. If your Mongo entities extend this class they gain the ID field and auto-generated accessors to all their public fields, as well as all the useful methods from ReactivePanacheMongoEntityBase. If you want a custom ID type or strategy, you can directly extend ReactivePanacheMongoEntityBase instead, and write your own ID field. You will still get auto-generated accessors and all the useful methods.
See Also:
  • Field Details

  • Constructor Details

    • ReactivePanacheMongoEntity

      public ReactivePanacheMongoEntity()
  • Method Details