}
public static HibernateORMEngine getORMEngine(PageContext pc) throws PageException {
if(pc==null) pc=CommonUtil.pc();
ConfigImpl config = (ConfigImpl) pc.getConfig();
return (HibernateORMEngine) config.getORMEngine(pc);// TODO add this method to the public interface
}