I am pretty new to hibernate was wondering if someone could help me out. I pretty much wrote the command how I would do it in SQL I tried a couple variations none worked was wondering if someone could point out how to do such a command in hibernate.
Query query = session.createQuery("from customer where customer_city = Harrison"
+ " AND where customer_street = main" + " AND where customer_name = Hayes");