public class Entity1WithEntity2 { @Embedded public Entity1 mainEntity; @Relation public List relatedEntities; }
If I