match « HQL « JPA Q&A





1. How do I check for the existance of at least one record matching a given set of filters?    stackoverflow.com

Right 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 ...