Chris Wiggins

Results 1 issues of Chris Wiggins

I have two entities, one containing a `List` of the other, mapped to two tables using `@MappedCollection`. There's a repository for the parent: ``` @Table data class ParentEntity( @MappedCollection val...

type: bug
status: feedback-provided