Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Object Relational Mapping
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Object Relational Mapping
Use of org.springframework.jdbc.core.JdbcTemplate
Gemini Moses
Ranch Hand
Posts: 245
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Using org.springframework.jdbc.core.JdbcTemplate
How do I call following Oracle SQL
String
query = "SELECT name, dob FROM emp FOR UPDATE of name";
Can I be use -
jdbcTemplate.query(query).
my dataSource is in autoCommit mode.
Please advise!
Thanks
Quick! Before anybody notices! Cover it up with this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Named queries and EJBQL
Problem Named Queries In Hibernate
sql script works in mssql but not in mysql
Connecting to Database using JDBC template (Spring)
MSSQL Server datasource wont commit
More...