386387388389390391392393394395396
} if ((assignable == true) && (hibernateClass.isAssignableFrom(targetClass) == false)) { throw new NotAssignableException(hibernateClass, targetClass); } // Proxy checking // if (_persistenceUtil.isProxy(pojo) == true)
496497498499500501502503504505506
// Assignation checking // if ((assignable == true) && (hibernateClass.isAssignableFrom(cloneClass) == false)) { throw new NotAssignableException(hibernateClass, cloneClass); } } // Retrieve the pojo //