This inserts the foreign key value that is retrieved from the id of the parentBean.
102103104105106107108109110111
Bindable shadowFkey; if (unidirectional == null) { shadowFkey = null; } else { shadowFkey = new BindableUnidirectional(desc, unidirectional); } return new InsertMeta(dbPlatform, desc, shadowFkey, id, allBindable); }