HibernateTemplate中有任何方法,如Jdbctemplate中的queryForObject吗?

时间:2016-12-14 08:52:06

标签: java spring hibernate

我是否有可能在单个程序中使用JdbctemplateHibernateTemplate

我使用private JdbcTemplate template; int i= template.queryForObject( "select count(*) from login where username=? and password=?", Integer.class, s1); 来存储和检索数据,但是当检查用户名和密码时,我无法检查它。

<if test="sortBy == 'col1' ">
     ...
</if>

0 个答案:

没有答案