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 Summary
Constructors Constructor Description CountProjectionElement(@NotNull String item, boolean distinct)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dumpToHql(StringBuilder sb)
-
Methods inherited from class com.evolveum.midpoint.repo.sql.query2.hqm.ProjectionElement
dumpToHql
-
-
-
-
Constructor Detail
-
CountProjectionElement
public CountProjectionElement(@NotNull @NotNull String item, boolean distinct)
-
-
Method Detail
-
dumpToHql
protected void dumpToHql(StringBuilder sb)
- Specified by:
dumpToHql
in classProjectionElement
-
-