|
I have to implement the soft delete in my application.
deleted = [true|false] in table level.
I need to load collections or child mapping(onetoone or onetomany or ManytoOne) that are deleted=false both eager and lazy loading.
Is there any interceptor or filter can be used?
|