Spring boot 查询关键字

查询关键字 关键字 例子 sql and findByNameAndAddress Where s.name = ?1 And s.address= ?2 Or findByNameOrAddress Where s.name = ?1 Or s.address= ?2 Like findByNameLike Where s.name like ? 1 NotLike findByNameNotL
相关文章
相关标签/搜索