Using AbstractAggregateRoot to propagate an entity creation event is not passing the autogenerated entity id to the EventListener

前端 未结 0 1580
感动是毒
感动是毒 2021-01-31 05:01

Given this simple entity with an id that will be autogenerated by Mongodb on save:

data class Client(@Id val id: String? = null,
                  var name: Strin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题