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