On Sun, Feb 21, 2010 at 11:26 PM, Guy Rouillier <[email protected]>wrote:
> On 2/21/2010 11:19 PM, Rick R wrote:
>
> To Guy's point, not sure if the object's I'm mapping to matter? but if so:
>>
>
> Objects look fine. How are you storing the collection of objects? As a
> List? Because if you are storing a Hashmap, that may explain some missing
> objects.
>
>
Returning them as a List
List<ProdAttrGroupAttrValue>
findProdAttrGroupAttrValues(@Param("productID") Integer productID,
@Param("attributeGroupID") Integer attributeGroupID, @Param("sampleTypeKey")
Integer sampleTypeKey);