ebean icon indicating copy to clipboard operation
ebean copied to clipboard

Support soft delete by id when Entity has SoftDelete property

Open spinachomes opened this issue 1 year ago • 0 comments

Expected behavior

qbean().setId(1L).delete() support soft delete

Actual behavior

qbean().setId(1L).delete() will permanently delete

Steps to reproduce

  // some java code
  // some logging output

spinachomes avatar Oct 12 '24 07:10 spinachomes