私は休止状態にかなり慣れていないので、誰かが私を助けてくれるかどうか疑問に思っていました。私はSQLでそれを行う方法をほとんど書きましたが、いくつかのバリエーションを試しましたが、どれもうまくいきませんでした。
Query query = session.createQuery("from customer where customer_city = Harrison"
+ " AND where customer_street = main" + " AND where customer_name = Hayes");