Skip to content

Repository Populator support for referenced objects [DATACMNS-396] #865

Open
@spring-projects-issues

Description

@spring-projects-issues

Rob Winch opened DATACMNS-396 and commented

The Repository Populators are limitted due to the fact that they cannot reference other domain objects. For example, if I have the following:

class Message {
  @OneToOne
  private User user;
  // ...
}

There is no way to import a Message that contains a User


No further details from DATACMNS-396

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions