Simplify identifier arrangement for entities #377
Labels
module: catalog
Product Catalog
module: core
Core / Time / Quantity / Payment
module: inventory
Inventory
module: orders
Orders
module: user accounts
User Accounts
type: enhancement
Improvements and new features
Currently, we use a common supertype for all identifiers which is mapped as
@MappedSuperclass
, which is a bit weird as they should rather just be embeddables.We could rather use jMolecules
Identifier
and simple value type implementations.The text was updated successfully, but these errors were encountered: