1. How do I check for the existance of at least one record matching a given set of filters? stackoverflow.comRight now i have a hibernate model on which i set a filter, then load it. I just need to perform different logic if there is at least one record ... |