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
{{ message }}
This repository was archived by the owner on Sep 23, 2023. It is now read-only.
Hello, what would it take to support EclipseLink weaved entities?
Is the EclipseLink fundamentally different from Hibernate's? Do you think the same basic approach would work?
If I remember well, EclipseLink weaves the original class (instead of subclassing). GWT RPC deserialization, for instance, don't deal with this type mismatch on the same class.
Thanks
Hello, what would it take to support EclipseLink weaved entities?
Is the EclipseLink fundamentally different from Hibernate's? Do you think the same basic approach would work?
If I remember well, EclipseLink weaves the original class (instead of subclassing). GWT RPC deserialization, for instance, don't deal with this type mismatch on the same class.
Thanks