Example #1
0
 /**
  * This method verifies wheteher <code>ProjectType</code> is used in other tables in the database.
  *
  * @param oldOID object identifier of list type to be replaced
  */
 @Override
 public boolean hasDependenData(Integer oldOID) {
   return ReflectionHelper.hasDependentData(dependentDataClasses, dependentDataFields, oldOID);
 }