- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file Logs.java.
◆ getGeneratorActivityCount()
static List<LogCount> org.turro.log.Logs.getGeneratorActivityCount |
( |
Date |
from | ) |
|
|
static |
Definition at line 32 of file Logs.java.
33 return SqlClause.select(
"new org.turro.log.LogCount(l.generatorPath, count(l))")
35 .where().greaterOrEqual(
"l.dateLog", from)
36 .and(
"l.generatorPath like '/contact/%'")
37 .groupBy(
"l.generatorPath")
38 .dao(
new ElephantPU())
39 .resultList(LogCount.class);
The documentation for this class was generated from the following file: