public void deleteById(java.lang.Long id) {
   super.deleteById(id);
 }