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.

  1. create
  2. update
  3. 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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -