Beka Tsotsoria
Results
2
comments of
Beka Tsotsoria
Thanks for the reply! So basically identity is enforced by ORM and not the domain, right? I understand that it gives convenience to configure ORM to handle mapping between domain...
After little googling I came across to an idea where one suggests to extend subclasses of IdentifiedValueObject like [GroupMember](https://github.com/VaughnVernon/IDDD_Samples/blob/master/iddd_identityaccess/src/main/java/com/saasovation/identityaccess/domain/model/identity/GroupMember.java) at the persistence layer and declare ID (and potentially other persistence...