tag « Fetch « JPA Q&A





1. HQL query to retrieve common tags from multiple Item object instances    stackoverflow.com

Lets say I have query that gets following List Item Objects with Set of tags like this:

Item1{TagSet{tag1,tag2,tag3}}
Item2{TagSet{tag3,tag4,tag5}}
Item3{TagSet{tag6,tag7,tag8}}

Item1 Item2 Item3 are instances of Item object in List 
TagSet is Set Collection object
What ...

2. XDoclet 1.2.3 ignores fetch tag?    forum.hibernate.org