Package nl.datasteel.crudcraft.runtime.extensions
package nl.datasteel.crudcraft.runtime.extensions
-
ClassesClassDescriptionAuditableExtension is an embeddable class that provides auditing capabilities for entities, tracking creation and update timestamps.SoftDeleteExtension is an embeddable class that provides soft delete functionality for entities, allowing them to be marked as deleted without being physically removed from the database.