if (mappingStrategy == ID_MAPPING || mappingStrategy == XCALIA_MAPPING)
{
NucleusLogger.QUERY.warn("Querying of reference (interface/Object) fields is not reliable " +
"when mapped using \"xcalia\"/\"id\" mapping strategy - buy support and someone may provide it fully");
}
return new ObjectLiteral(qs, this, value, value.getClass().getName());
}