Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Equivalent of unwrap in JPA 1.0

I need to deploy my Eclipselink-based application to a container that includes JPA 1.0 (WebLogic 10.0)
 
However I would like to be able to use the StoredFunctionCall class.  However I don’t know how to get a reference to the underlying session.  Using entityManager.unwrap() is not an option since the unwrap() method is not available in JPA 1.0.
 
Sri
 

Back to the top