Class ReactivePanacheMongoEntityBase

java.lang.Object
io.quarkus.mongodb.panache.reactive.ReactivePanacheMongoEntityBase
Direct Known Subclasses:
ReactivePanacheMongoEntity

public abstract class ReactivePanacheMongoEntityBase extends Object
Represents an entity. If your Mongo entities extend this class they gain auto-generated accessors to all their public fields, as well as a lot of useful methods. Unless you have a custom ID strategy, you should not extend this class directly but extend ReactivePanacheMongoEntity instead.
See Also: