&& cls.getIdentityType() != ClassMapping.ID_DATASTORE)
field.setPrimaryKey(true);
FieldStrategy strat;
if (type.isPrimitive())
strat = new PrimitiveFieldStrategy();
else if (col.getType() == Types.CLOB
&& _conf.getDBDictionaryInstance().maxEmbeddedClobSize != -1)
strat = new MaxEmbeddedClobFieldStrategy();
else if (col.isLob()
&& _conf.getDBDictionaryInstance().maxEmbeddedBlobSize != -1)