这是createCriteria()的权利..使用hibernatecriteriabuilder

时间:2012-01-27 01:59:33

标签: hibernate groovy

我们可以在投影中使用2 groupProperty,如下所示。 grauser是一个对象引用字段。是下面的查询吗?

OnemonthList=TxnJan.createCriteria().list {   
        eq('graresource',resourceInstance)
        between('currentdate', fromDate, toDate)        

        projections {

        grauser {
          countDistinct('id')    
        }

        groupProperty('currentdate')
        groupProperty('eventdesc')
        order('currentdate', "asc")
            }                  
        }

0 个答案:

没有答案