Lets review basic many-to-many relationship between tables and build common search queries in MySQL and Hibernate HQL. We will take this site’s database schema which has article-tag many-to-many relationship as an example and will try to build search queries to find articles by specific tags. 继续阅读How to Write Many-To-Many Search Queries in MySQL and Hibernate