コード例 #1
0
 public List<CustomerGroup> findCustomerGroup(CustomerGroup criteria) {
   return customerGroupDao.findByExample(criteria);
 }