Aggregates in Hibernate map directly to the appropriate aggregate group in SQL, so the answer is based on which SQL aggregation function you would apply to a Boolean column if you were to write the query directly in SQL.
Projections . count, , , . , , , , , , - .
AggregateProjection, SQL, . , (, STDDEV_POP), SQL, SQL-. , (true, - ), -
if(sum(if(boolean_column,1,0))>0,true,false)
, toSqlString . , - Projections.
, , , , Hibernate, getColumnAlias AggregateProjection.