Class Page
java.lang.Object
de.bytestore.hostinger.entity.cms.Page
Represents a Page entity in the CMS system.
This entity is mapped to the database table "HOST_PAGE".
It contains attributes such as an identifier, name, content,
audit information for creation and modification tracking.
Annotations Used:
-
@JmixEntity: Indicates that the class is a Jmix entity.
- @Entity: Specifies the JPA entity name for the class.
- @Table: Maps the class to the "HOST_PAGE" database table.
- @Setter and @Getter: Lombok annotations to generate getter and setter methods.
- @InstanceName: Indicates the display name of the entity instance.
- @LastModifiedBy, @LastModifiedDate, @CreatedBy, @CreatedDate: Spring Data annotations for audit attributes.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
public Page()
-