我有兩種模式:User和Room。一個用戶屬於很多房間,而一個房間有很多用戶。 目前我有 public class User extends BasePersistable {
private static final long serialVersionUID = 1492535311821424305L;
@Column(nullable = false, unique
Spring Data的@DomainEvents與AbstractAggregateRoot工作很好,但在其使用的域對象上失敗repository.save(Iterable<S> entities)。 的錯誤跟蹤如下: - java.lang.IllegalArgumentException: object is not an instance of declaring class
at s