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
The following code ignores inner one-to-one relationships. The only entities for cleanup are collections, while one-to-one is a plain object, which may have collections inside.
Quick workaround is to add a marker interface to your shared GWT code, which fieldValue is going to be checked for in addition to collections and to implement that interface by every model class read from database. It makes the code non-universal though.
The following code ignores inner one-to-one relationships. The only entities for cleanup are collections, while one-to-one is a plain object, which may have collections inside.
The text was updated successfully, but these errors were encountered: