Example #1
0
 public Set<T> getList(String propertyName, Object value) {
   return baseDao.getList(propertyName, value);
 }