Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String debugSql = "select insurer, date from stock where insurer='%s' and date='%s'";
- debugSql = String.format(debugSql, "CARDIF", "2022-03-11");
- Query query = entityManager.createNativeQuery(debugSql);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement