public BindableIdEmbedded(BeanPropertyAssocOne<?> embId, BeanDescriptor<?> desc) {
   this.embId = embId;
   this.props = embId.getProperties();
   matches = MatchedImportedProperty.build(props, desc);
 }