st-tu-dresden/salespoint

Simplify identifier arrangement for entities

Opened this issue · 0 comments

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.