hibernate中Hql
1.是hibernate字段中的值like固定值
"select count(*) from UploadRecord record where :fileType like '%'||fileType.code||'%'"
其中fileType为要输入的参数.fileType.code为hibernate字段,必须用||,hibernate才会识别这个字段
1.是hibernate字段中的值like固定值
"select count(*) from UploadRecord record where :fileType like '%'||fileType.code||'%'"
其中fileType为要输入的参数.fileType.code为hibernate字段,必须用||,hibernate才会识别这个字段