예제 #1
0
 public T01I001 get(Integer id) {
   return continentDao.get(id);
 }
예제 #2
0
 public List<T01I001> get(T01I001 e) {
   return continentDao.get(e);
 }
예제 #3
0
 public List<T01I001> get() {
   return continentDao.get();
 }