I'm using SMPC, and Hibernate is the underlying provider.  I can't live without 
Criteria queries.  Is it reasonable to do this:

@In("#{entityManager.delegate}")
  |  private Session session;

?

My entire app won't work without using Hibernate as the provider, and I need to 
use getDelegate() anyway, so any reason not to do it that way?  Does the SMPC 
figure everything out when I use EL to do getDelegate() like that?

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125349#4125349

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4125349
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to