My problem statement is :- I want to call a stored procedure in hibernate and i want to map each column to class attributes after performing certain operations on the column returned by the stored procedure.. As any hibernate query return a list of object instead of resultset.. so how can i do it in hibernate... I know in spring we can do it using jdbcTemplate Map row concept easily but I want to use Hibernate only..
More details can be found out in my prev question:- Alternative to NamedParameterJDBC template row mapper in Hibernate