Class PanacheMongoEntityBase

  • Direct Known Subclasses:
    PanacheMongoEntity

    public abstract class PanacheMongoEntityBase
    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 PanacheMongoEntity instead.
    See Also:
    PanacheMongoEntity