JPA Method
in javax.persistence.EntityManager

Object getDelegate()


Return the underlying provider object for the EntityManager, if available. The result of this method is implementation specific.

The unwrap method is to be preferred for new applications.

Return:
underlying provider object for EntityManager
Since:
JPA 1.0