话说  从book中查 只要title writer publication  三者中有一个满足条件 即可 条件为 三者内容必须有keyword
我写的是:
String hql="from Book as book where book.title or book.writer or book.publication like '%"+writerKey+"%'"; 
查不出来