saveOrUpdate(Object) method of Hibernate

Posted by Vikram on Stack Overflow See other posts from Stack Overflow or by Vikram
Published on 2010-06-14T10:35:34Z Indexed on 2010/06/14 14:22 UTC
Read the original article Hit count: 81

Filed under:

when i use saveOrUpdate(Object) method of Hibernate. How can I know that row is updated or new row added into table??? Return type of method saveOrUpdate(Object) is void, so am not able to find out the result after calling this method.

kindly help me.

© Stack Overflow or respective owner

Related posts about nhibernate