posted 13 years ago
Hi All,
I am new to Hibernate.
i am trying to insert data in the database using ordinary sql insert in hibernate.
<sql-insert>
insert into emp values (?,?,?,?)
</sql-insert>
i am trying to call this query using sessiongetNamedQuery().
Actually i dont know how to use this combination of <sql-insert and session.getNamedQuery.
can anybody give some examples on this. meanes Examples of using <sql-insert and seesion.getNamedQuery() combinations
Thanks in adv