users@glassfish.java.net

Re: Dirty Hack for accessing Hibernate session?

From: Laird Nelson <ljnelson_at_gmail.com>
Date: Wed, 9 Mar 2011 14:19:14 -0500

On Wed, Mar 9, 2011 at 7:37 AM, <forums_at_java.net> wrote:

> is it possible to access Hibernate directly, for example the Hibernate
> session from within the EAR? I am fully aware of the fact, that I am asking
> for some dirty hack from the JPA Entitymanager perspective...
>

http://download.oracle.com/javaee/6/api/javax/persistence/EntityManager.html#getDelegate%28%29

L