Tag: execute
Part 3 HQL, Different Ways Of Executing HQL Commands
by  Java4s | 6 Comments
  [ Ask Question ]
We can execute our HQL command in 3 ways, like by selecting total object, partial object (more than one column), partial object (with single column). Let us see.. Different Ways Of Executing HQL Case 1: [ Selecting Complete…
About execute(sql) Method Of Spring JdbcTemplate Class
by  Java4s | 2 Comments
  [ Ask Question ]
Better if we know some thing about execute(“static sql command only“) method in spring JdbcTemplate class… This method is used to execute both DDL and DML operations on the database execute() method allows only…