-
Hi, i have one think: I have entity Now i want to remove it But depends on condition i want to eather flush or rollback removing, because i need read it from DB again in another method/class: Is there any way to rollback it or read it again from DB? Thank for help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Remove executes the query do the storage, so you need to rollback too. Something like described here: https://nextras.org/orm/docs/4.0/unique-constraint It is what you are looking for? |
Beta Was this translation helpful? Give feedback.
Remove executes the query do the storage, so you need to rollback too. Something like described here: https://nextras.org/orm/docs/4.0/unique-constraint It is what you are looking for?