Skip to content

@Embedded<Container> - container needs a type check #15

@allComputableThings

Description

@allComputableThings

In the documentation on the main page:

  case class BlogWithEmbeddedMessages(author: String, @EmbeddedSet messages: List[Message])
  val blogWithEmbeddedMessages = BlogWithEmbeddedMessages("John", List(...)

@EmbeddedSet need to be consistent with the messages type (which is a List).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions