use @SoftDelete annotation.
@SoftDelete
import org.hibernate.annotations.SoftDelete; @Entity @Table(name = "file_entity") @SoftDelete(columnName = "deleted") public class FileEntity