Package tech.ailef.dbadmin.external.annotations
package tech.ailef.dbadmin.external.annotations
Annotations defined to allow user customization
-
ClassDescriptionThis annotation marks a method as a "virtual" column whose value is computed by using the method itself rather than retrieving it from the database like a physical column.Disables Spring Boot Database Admin on this table.Disables create actions on the Entity class.Disables delete actions on the Entity class.Disables edit actions on the Entity class.Disables the export functionality on a specific class.Specifies a format string for a field, which will be automatically applied when displaying its value.Marks a binary field as containing an image, which in turn enables its display in the interface.Marks a method as returning a name that has to be used to display this item, in addition to its primary key.Marks a field as filterable and places it in the faceted search bar.Type of filters that can be used in the faceted search.Marks a column as hidden.Marks a field as read-only.