-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Forcing a security filter on a table
PostPosted: Sun Aug 07, 2011 2:16 am 
Newbie

Joined: Sun Aug 07, 2011 2:11 am
Posts: 1
I want a security filter to be applied each and every time a table is accessed.

For example, I have
Code:
@Entity class Widget{...}
and I want to filter it every time by
Code:
Hidden = false


The usual approach is

Code:
@Entity
@FilterDef(name="f")
@Filter(name="f",condition="Hidden = false")
class Widget {...}


However this fails when someone will add a relation such as
Code:
@OneToMany
.

Can I somehow force this filter to be always applied, whenever this table is accessed, by whatever means?

Similar question in stackoverflow


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.