Overview
Jmix Data Tools add-on provides administrative tools for managing your application's data entities. It includes an Entity Inspector for generic data browsing and manipulation, and an Entity Information Action to display detailed system information about entities.
Use Cases
- Administrative Data Management: Manage entity instances directly without creating specific UI screens.
- Data Correction and Maintenance: Correct data anomalies, restore soft-deleted entities, or permanently delete them.
- Development and Debugging: Inspect and manipulate data during development and testing phases without extra tools.
- Security-Compliant Data Access: Use in production environments while respecting data access constraints imposed by security settings.
Key Features
- Entity Inspector: Use out-of-the-box web UI for all data model entities, enabling CRUD operations.
- Soft-Delete Management: Browse, restore, or permanently remove soft-deleted entities.
- Export and Import: Export entities to JSON format and import them back, facilitating data backup and transfer.
- Entity Information Action: Display system information about a selected entity, including entity name, Java class, database table, identifier, and system attributes.
- Security Integration: Compatible with data access constraints defined in the application settings.
Integrate the Data Tools add-on to enhance your application's data management capabilities for administrators and power users.