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
Hi Jeremy,
The domain object Order imports from javax and hibernate packages.
Isn't the idea behind hexagonal architecture that the domain should not depend on ports and adapters?
In other words: Shouldn't the domain code be implementation-agnostic?
The text was updated successfully, but these errors were encountered:
Hi Jeremy,
The domain object Order imports from javax and hibernate packages.
Isn't the idea behind hexagonal architecture that the domain should not depend on ports and adapters?
In other words: Shouldn't the domain code be implementation-agnostic?
The text was updated successfully, but these errors were encountered: