1

mysql is select e,h from Equipment e,EquipmentHistory h where e.id = h.equipmentId and h.id in (select h2.id from EquipmentHistory h2 where criteria

how convert to hibernate CriteriaQuery multi select and spring data Specification ?

wilson
  • 281
  • 6
  • 22

0 Answers0