ObjectDB ObjectDB

getDelegate() - JPA EntityManager's method

Method
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.
Returns:
underlying provider object for EntityManager
Since:
JPA 1.0