Yes, it is possible with following:
select case when (count(scen) > 0) then true else false end
from Scenario scen where scen.name = :name
Yes, it is possible with following:
select case when (count(scen) > 0) then true else false end
from Scenario scen where scen.name = :name