Beispiel #1
0
 @Override
 public int count() {
   LOG.log(Level.CONFIG, "JPA count cookbooks");
   return helper.count(CookBook.class);
 }