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
相關文章
相關標籤/搜索