Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] EM API Update -- unwrap(cls)

Hello :

I am currently working on implementing the following method :

public <T> T unwrap(Class<T> cls);

I can think of "UnitOfWork" and "JpaEntityManager" classes that should be unwrapped.

Are there any other classes that should be unwrapped ?

Thank You

Regards
Darani




Back to the top