Posts

Showing posts from March, 2018

Sheep and Wolves (2016)

the it crowd manual

The it crowd manual The it crowd manual The it crowd manual

ex

Image
<%                                         String cat = request.getParameter("category");                                         out.print(cat);                                         Criteria subCrt = s.createCriteria(SubCategory.class);                                         subCrt.setProjection(Projections.rowCount());                                         subCrt.add(Restrictions.eq("category_idcategory", cat));                   ...