cfg.addResource("com/dotmarketing/beans/DotCMSSeq_NOSQLGEN.hbm.xml");
getPluginsHBM("Seq",cfg);
cfg.setProperty("hibernate.dialect", "com.dotcms.repackage.net.sf.hibernate.dialect.PostgreSQLDialect");
} else if (DbConnectionFactory.isMsSql()) {
cfg.addResource("com/dotmarketing/beans/DotCMSId.hbm.xml");
cfg.addResource("com/dotmarketing/beans/DotCMSId_NOSQLGEN.hbm.xml");
getPluginsHBM("Id",cfg);
cfg.setProperty("hibernate.dialect", "com.dotcms.repackage.net.sf.hibernate.dialect.SQLServerDialect");
} else if (DbConnectionFactory.isOracle()) {
cfg.addResource("com/dotmarketing/beans/DotCMSSeq.hbm.xml");
cfg.addResource("com/dotmarketing/beans/DotCMSSeq_NOSQLGEN.hbm.xml");