Esempio n. 1
0
 void checkExistent(PageContext pc, Component cfc) throws ORMException {
   if (!cfcs.containsKey(id(HibernateCaster.getEntityName(cfc))))
     throw new ORMException(
         this, "there is no mapping definition for component [" + cfc.getAbsName() + "]");
 }