1. Using JDBCTemplate with a Hibernate SessionFactory? stackoverflow.comWe have a Spring/Hibernate app and would like to add a small amount of JDBC for reasons involving performance and development time. I can make this dao subclass HibernateDaoSupport and ... |
2. Spring's NamedParameterJDBCTemplate join Hibernate's session? stackoverflow.comLong story below short question: How can I get Spring's NamedParameterJDBCTemplate join Hibernate's session? We've an application using Spring and Hibernate, our whole datalayer is with Hibernate. But now there is a ... |
3. alter session using JDBCTemplate forum.springsource.orgalter session using JDBCTemplate I've to run the following query before I run any other sql in my application, String sessionSql = "ALTER SESSION SET nls_date_format = 'YYYY-MM-dd:HH24:MI:ss'" I tried using ... |
4. How to set the connection time zone (Oracle, JdbcTemplate, Session Time Zone not set) forum.springsource.orgHow to set the connection time zone (Oracle, JdbcTemplate, Session Time Zone not set) I'm doing backend stuff, no UI/MVC framework. My Datasource is configured using dbcp over Oracle. I'm getting ... |
5. JdbcTemplate in session scoped bean forum.springsource.orgJdbcTemplate in session scoped bean Hi All, I declared a session scoped bean that stores a JdbcTemplate just for the sake of not having to create it every time i need ... |
6. JdbcTemplate in session scoped bean forum.springsource.orgJdbcTemplate in session scoped bean Hi All, I declared a session scoped bean that stores a JdbcTemplate just for the sake of not having to create it every time i need ... |