Annotation Interface DeleteById
Annotation to mark a method for deleting an entity by its identifier.
This annotation is used in repository interfaces to specify that a method should execute a delete operation based on the entity's primary key.
This annotation is used in repository interfaces to specify that a method should execute a delete operation based on the entity's primary key.