I have an Entity called ArtWork and the Entity has attribute List<Style>
styles, the list may have n number of styles.
Style has attribute called title
I require a Hibernate query that returns all artworks which has a style title="Abstract"
-Thanks for your help