strat = new MaxEmbeddedClobFieldStrategy();
else if (col.isLob()
&& _conf.getDBDictionaryInstance().maxEmbeddedBlobSize != -1)
strat = new MaxEmbeddedBlobFieldStrategy();
else if (type == String.class)
strat = new StringFieldStrategy();
else
strat = new HandlerFieldStrategy();
field.setStrategy(strat, null);
if (_custom != null)
_custom.customize(field);