示例#1
0
 public ParentSample removeChildren() throws EntityNotFoundException {
   children.remove();
   return this;
 }
示例#2
0
 public java.util.List<Sample> getChildren() throws EntityNotFoundException {
   return children.get();
 }