I am creating a book tagging system and I am trying to call all the books with the same tag. My query is only turning up the first book, and not any of the following books with the same tag. Here is the books table for the database Here is the book_tags table for the database: Here is the BookTagDAOImpl