Guest User

Untitled

a guest
Sep 19th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <jdbc:query key="update" value="UPDATE Items SET QUANTITY=#[ognl:quantity] WHERE ID=#[ognl:itemId]"/>
  2. <jdbc:query key="select" value="SELECT QUANTITY FROM Items WHERE ID = #[ognl:itemId]"/>
  3. </jdbc:connector>
  4. <spring:beans>
Add Comment
Please, Sign In to add comment