Пример #1
0
 /**
  * See ConcreteTreeRepNode.getDependantsInDatabase
  *
  * @param hbSession
  * @return
  */
 @Override
 public List<TreeRepNode> getDependantsInDatabase(Session hbSession) {
   return DeepDeleteUtil.getComplexFieldDependantsFromDB(this.record, hbSession);
 }