ToolboxSoftwareMapper
7/8/26Less than 1 minute
ToolboxSoftwareMapper
Info
MyBatis @Mapper interface for the toolbox software entries table.
Methods
| Method | Return | Description |
|---|---|---|
selectAll() | List<ToolboxSoftware> | List all software (ordered by sort_order ASC) |
selectEnabled() | List<ToolboxSoftware> | List enabled software (ordered by sort_order ASC) |
selectById(id) | ToolboxSoftware | Lookup by ID |
insert(software) | int | Create new entry |
updateById(id, name, description, url, iconUrl, sortOrder, enabled, updatedAt) | int | Update existing entry |
deleteById(id) | int | Delete entry |
Changelog
7/8/26, 5:52 AM
View All Changelog
9f290-on

