-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: HSQ question: how to only one child
PostPosted: Wed Mar 24, 2010 4:09 pm 
Regular
Regular

Joined: Tue Feb 17, 2009 3:36 pm
Posts: 78
Here are the entity classes:
Code:
public class Product {
   protected Integer id;
   private List<ProductImage> images;
...
}

Code:
public class ProductImage {
   private int id;
   private Product product;
   private Map<String, ProductImageVersion> versions = new HashMap<String, ProductImageVersion>();
...
}

Code:
public class ProductImageVersion {
   private Integer id;
   private ProductImage productImage;
   private String versionName;
...
}

I need to fetch all products with only one of their images if it exists. How the HSQ is formed?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.