79561051

Date: 2025-04-08 02:25:01
Score: 0.5
Natty:
Report link

use @SoftDelete annotation.

import org.hibernate.annotations.SoftDelete;

@Entity
@Table(name = "file_entity")
@SoftDelete(columnName = "deleted")
public class FileEntity
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: SageJustus