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 Aug 31, 2022. It is now read-only.
Very often there is need to store with Entity some value objects. JPA provides means to do that. I can't find anything about that is SORM documentation. It's a shame when I need to save every value object to database, before actually assigning them to the Entity (or to deconstruct this value object into primitives).