Closed
Description
Hello,
at the moment the javax.persistence.PersistenceUtil provides methods to determine the load state of an entity. It would be also nice if we had methods to initialize and unproxy if the entity is a proxy object. I know Hibernate already have this in the org.hibernate.Hibernate class. It would be nice to have a pure JPA solution.