Hi all,

this is probably not a question for the appFuse list but I figure someone might know.

what is the proper way to handle these kinds of queries in the DaoHiberante class and still manage to have a list of valid pojos? for example, how is the count field handled? and should a callback be used rather than template.findByParam? in this case I am getting back a list
but display tag is complaining that no properties are found

select count (*) as num,id,inventoryId,description,cogs,buildType,status,reservedFor
    from Inventory where inventoryId=:inventoryId
    group by status,reservedFor


a link to something explaining it would suffice.

thanx.
Fred

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to