MetaAbstractClass<?> fkMeta = metaInfo.findOrCreate(type);
MetaEmbeddedEntity temp = metaEmbeddedProvider.get();
temp.setup(t, field, colName, fkMeta);
metaField = temp;
} else {
Converter converter = lookupConverter(field, type, null);
if(converter == null)
throw new IllegalArgumentException("We found no converters(customer or standard for type="
+type.getSimpleName()+" and this class is not annotated with " +
"@NoSqlEmbeddable either. The field that caused this issue is field="+field);