-->
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.  [ 2 posts ] 
Author Message
 Post subject: Using Filter with Hibernate + JPA
PostPosted: Wed Feb 27, 2008 12:06 pm 
Newbie

Joined: Mon Mar 07, 2005 3:34 am
Posts: 3
I've read the Hibernate Annotation Doc für @FilterDef and @Filter Annotation and would like to use them for my JPA (Hibernate) application. Is this possible? If yes, how can I enable the Filters on the EntityManager and how can I specify the parameters?

- Mirko -


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 08, 2008 12:16 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
you need to access the underlying session to activate them

Code:
((Session) em.getDelegate()). ...

_________________
Emmanuel


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

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.