コード例 #1
0
 /** {@inheritDoc} */
 public void remove(String id) {
   dao.remove(new Long(id));
 }