soft-delete
Soft-delete user table? Or is there another alternative?
My head\'s spinning from reading all the pro\'s & con\'s articles about soft-delete. But that\'s the only way I know to achieve this:[详细]
2023-04-09 04:08 分类:问答Implementing soft delete with minimal impact on performance and code
There are some similar questions on the topic, but they are not really helping me. I want to implement a soft delete feature like on StackOverflow, where items are not really deleted, but just hidden[详细]
2023-04-04 08:57 分类:问答soft deleting mongoid document along with associated documents
I h开发者_StackOverflowave 2 models, user and posts class User include Mongoid::Document include Mongoid::Paranoia[详细]
2023-03-28 14:56 分类:问答Problem with lazy load soft deleted entities with Nhibernate
Hello everyone I have a problem I\'ll try to describe shortly In our application we use Nhibernate as ORM, and Fluent Nhibernate for mapping,[详细]
2023-03-24 01:33 分类:问答Create new user with email as a soft deleted user
I am using ActsAsParanoid for soft deleting users.After deleting(soft) a user, my client wants to create user with same email id.But it generating unique field error since email column i开发者_C百科s[详细]
2023-03-21 05:25 分类:问答nhibernate event listener registration
I am trying to override the delete event listener with a custom soft delete listene开发者_高级运维r I wrote; however, I am having issues with the registration process.I have the following in my web.co[详细]
2023-02-24 21:01 分类:问答Hibernate: Overwrite sql-delete with inheritace
I have an entity A and B extends A and try to have a soft-delete with joined inheritance strategy. @Entity[详细]
2023-02-19 00:13 分类:问答Soft delete best practices (PHP/MySQL)
Problem In a web application dealing with products and orders, I want to maintain information开发者_开发知识库 and relationships between former employees (users) and the orders they handled. I want t[详细]
2023-02-10 17:42 分类:问答CakePHP 1.3 alternative to SoftDeletable Behavior?
Does anyone know of an alternative to the SoftDeletable Behavior that is compatible with Cake 1.3.x? If there aren\'t any ready behaviors available, any suggestions on how I go about doing this in th[详细]
2023-01-31 14:34 分类:问答Hibernate: how to fetch only not-logically deleted objects
Nearly every table in our database has a FK to the Auditing table which logs created, updated and deleted status (date and username).[详细]
2023-01-20 23:20 分类:问答