我想为此查询创建等效的 CriteriaQuery : select u from User u where u.name = "John" and u.surname = "Black" and u.middlename = "Small"; 但我对“where”谓词有疑问。谢谢
问问题
258 次
我想为此查询创建等效的 CriteriaQuery : select u from User u where u.name = "John" and u.surname = "Black" and u.middlename = "Small"; 但我对“where”谓词有疑问。谢谢