JPA Method
in jakarta.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:
the underlying provider object
Since:
JPA 1.0