&& val.getTypeCode() == JavaTypes.PC
&& !val.isSerialized() && !val.isEmbeddedPC();
if (vrel && key.getValueMappedBy() != null) {
if (useInverseKeyMapping(field))
return new RelationMapInverseKeyFieldStrategy();
return new RelationMapTableFieldStrategy();
}
//TODO: in JPA 2.0 if MapKeyClass type is not specified
// an exception is thrown. In OpenJpa 1.x, the map will
// be serialized to a blob (the null value returned by
// this method will lead to a strategy to serialize