Ejemplo n.º 1
0
 @Test
 public void testFind() {
   try {
     List<Customer> list = test.findByname("董小姐");
     System.out.println(list.size());
   } catch (Exception e) {
     // TODO Auto-generated catch block
     e.printStackTrace();
   }
 }