hibernate联合主键类重写查询语句
String hqlString="from MStorage ms where ms.id.MProduct = "+productId +"and ms.id.MLocator= "+locatorId ;