commonjHashMap.put(SDOConstants.BOOLEAN, SDOConstants.SDO_BOOLEAN);
commonjHashMap.put(SDOConstants.BYTE, SDOConstants.SDO_BYTE);
commonjHashMap.put(SDOConstants.BYTES, SDOConstants.SDO_BYTES);
commonjHashMap.put(SDOConstants.CHARACTER, SDOConstants.SDO_CHARACTER);
SDOType dataObjectType = new SDODataObjectType(this);
commonjHashMap.put(dataObjectType.getName(), dataObjectType);
commonjHashMap.put(SDOConstants.DATE, SDOConstants.SDO_DATE);
commonjHashMap.put(SDOConstants.DATETIME, SDOConstants.SDO_DATETIME);
commonjHashMap.put(SDOConstants.DAY, SDOConstants.SDO_DAY);
commonjHashMap.put(SDOConstants.DECIMAL, SDOConstants.SDO_DECIMAL);
commonjHashMap.put(SDOConstants.DOUBLE, SDOConstants.SDO_DOUBLE);
commonjHashMap.put(SDOConstants.DURATION, SDOConstants.SDO_DURATION);
commonjHashMap.put(SDOConstants.FLOAT, SDOConstants.SDO_FLOAT);
commonjHashMap.put(SDOConstants.INT, SDOConstants.SDO_INT);
commonjHashMap.put(SDOConstants.INTEGER, SDOConstants.SDO_INTEGER);
commonjHashMap.put(SDOConstants.LONG, SDOConstants.SDO_LONG);
commonjHashMap.put(SDOConstants.MONTH, SDOConstants.SDO_MONTH);
commonjHashMap.put(SDOConstants.MONTHDAY, SDOConstants.SDO_MONTHDAY);
commonjHashMap.put(SDOConstants.OBJECT, SDOConstants.SDO_OBJECT);// !! the Generation of Object is not sure yet !!
commonjHashMap.put(SDOConstants.SHORT, SDOConstants.SDO_SHORT);
commonjHashMap.put(SDOConstants.STRING, SDOConstants.SDO_STRING);
commonjHashMap.put(SDOConstants.STRINGS, SDOConstants.SDO_STRINGS);
commonjHashMap.put(SDOConstants.TIME, SDOConstants.SDO_TIME);
commonjHashMap.put(SDOConstants.YEAR, SDOConstants.SDO_YEAR);
commonjHashMap.put(SDOConstants.YEARMONTH, SDOConstants.SDO_YEARMONTH);
commonjHashMap.put(SDOConstants.YEARMONTHDAY, SDOConstants.SDO_YEARMONTHDAY);
commonjHashMap.put(SDOConstants.URI, SDOConstants.SDO_URI);
SDOType changeSummaryType = new SDOChangeSummaryType(this);
commonjHashMap.put(changeSummaryType.getName(), changeSummaryType);
SDOType typeType = new SDOTypeType(this);
commonjHashMap.put(typeType.getName(), typeType);
}