{
// Already loaded
return;
}
datastoreMappingsByJDBCType = new MultiMap();
datastoreMappingsBySQLType = new MultiMap();
datastoreMappingsByJavaType = new MultiMap();
ExtensionPoint exPoint = mgr.getExtensionPoint("org.jpox.store_datastoremapping");
for (int i=0; i<exPoint.getExtensions().length; i++)
{
ConfigurationElement[] elms = exPoint.getExtensions()[i].getConfigurationElements();