Soriento icon indicating copy to clipboard operation
Soriento copied to clipboard

@Embedded<Container> - container needs a type check

Open allComputableThings opened this issue 8 years ago • 0 comments

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).

allComputableThings avatar Apr 25 '16 22:04 allComputableThings