protected final FieldHandler createFieldHandler(Class javaClass, Class fldType,
final FieldMapping fldMap,
final TypeInfoReference typeInfoRef) throws MappingException {
// Prevent introspection of transient fields
if (fldMap.getTransient()) {
return new TransientFieldHandler();
}
Class colType = null;
CollectionHandler colHandler = null;
boolean colRequireGetSet = true;