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
Develop a base class supporting the ID field that all entity classes can inherit from. Add support for UUID generation when the 'entity_id_type' is 'String'.
Include override of these methods:
equals(...)
hash()
toString()
The text was updated successfully, but these errors were encountered:
Develop a base class supporting the ID field that all entity classes can inherit from. Add support for UUID generation when the 'entity_id_type' is 'String'.
Include override of these methods:
equals(...)
hash()
toString()
The text was updated successfully, but these errors were encountered: