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
One downside of this possible change is that the current o.employee stored as LongId also contains the class that is being represented, whereas using just a long loses that
The text was updated successfully, but these errors were encountered:
If we have
then we ideally want to define
DependentId
asbut currently we require that "employee" is of type
org.datanucleus.identity.LongId
dnCopyKeyFieldsToObjectId would need changing to do
instead of
dnCopyKeyFieldsFromObjectId would need changing to do
instead of
One downside of this possible change is that the current o.employee stored as
LongId
also contains the class that is being represented, whereas using just a long loses thatThe text was updated successfully, but these errors were encountered: