Class PluginDependences

java.lang.Object
de.bytestore.hostinger.entity.space.PluginDependences

@Entity(name="host_PluginDependences") public class PluginDependences extends Object
Represents the dependencies of a plugin within the system. This entity is used to maintain the dependencies required by plugins in the host system. Each instance corresponds to a specific dependency with its associated metadata. Annotations: - @JmixEntity: Represents a Jmix entity. - @Table: Defines the database table for this entity. - @Entity: Marks this class as a JPA entity. - @Setter and @Getter: Lombok annotations to auto-generate getters and setters. Attributes: - id: Unique identifier for the plugin dependency. - name: Name of the dependency. - value: Value associated with the dependency. - createdBy: User who created the dependency record. - createdDate: Date and time the dependency was created.
  • Constructor Details

    • PluginDependences

      public PluginDependences()