Hibernate Global Filter not applied on DML - Delete,Update query -
i trying use hibernate's global filter implement discriminator based multi-tenancy single table multi-tenancy model (shared database tenants).
i came know global filter not being applied on below mentioned sql operation.
- create
- update
- delete
it applied on criteria based search, not being applied on dao.findbyid(..)
apis well.
is right global filter select query, not dml operations?
if so, there no meaning use hibernate global filter 1 operation, create,update,delete?
i having doubt, please me.
Comments
Post a Comment