Class CountProjectionElement
- java.lang.Object
- 
- com.evolveum.midpoint.repo.sql.query2.hqm.ProjectionElement
- 
- com.evolveum.midpoint.repo.sql.query2.hqm.CountProjectionElement
 
 
- 
 public class CountProjectionElement extends ProjectionElement - Author:
- mederly
 
- 
- 
Constructor SummaryConstructors Constructor Description CountProjectionElement(@NotNull String item, boolean distinct)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddumpToHql(StringBuilder sb)- 
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.hqm.ProjectionElementdumpToHql
 
- 
 
- 
- 
- 
Constructor Detail- 
CountProjectionElementpublic CountProjectionElement(@NotNull @NotNull String item, boolean distinct)
 
- 
 - 
Method Detail- 
dumpToHqlprotected void dumpToHql(StringBuilder sb) - Specified by:
- dumpToHqlin class- ProjectionElement
 
 
- 
 
-