462463464465466467468469470471472
break; } } return Arrays.asList(count); } else { LazyList ret = new LazyList(em, tClass, this); return ret; } } catch (NoSuchDomainException e) { return new ArrayList(); // no need to throw here } catch (Exception e) {
206207208209210211212213214215216
205206207208209210211212213214215