You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use Ognl in my project to resolve expressions based on a JPA / Hibernate datamodel. The problem I am having is that some of the objects are (Hibernate) proxies and I cannot unproxy them before Ognl tries to resolve the value.
Is there any way I can unproxy objects right before the expression is resolved?
The text was updated successfully, but these errors were encountered:
I am trying to use Ognl in my project to resolve expressions based on a JPA / Hibernate datamodel. The problem I am having is that some of the objects are (Hibernate) proxies and I cannot unproxy them before Ognl tries to resolve the value.
Is there any way I can unproxy objects right before the expression is resolved?
The text was updated successfully, but these errors were encountered: