hibernate联结主键类重写查询语句

hibernate联合主键类重写查询语句String hqlStringfrom MStorage ms where ms.id.MProduct +productI

hibernate联合主键类重写查询语句

  String hqlString="from MStorage ms where ms.id.MProduct = "+productId +"and ms.id.MLocator= "+locatorId ;