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

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -