java - SaveOrUpdate if a row is null Hibernate -
i'm bit confused hibernate's saveorupdate. example, if try "update" row address_type of 'bi', updated or new row inserted?
it update existing record if exist in db else create new record address_type of bi. refer hibernate documentation link.
Comments
Post a Comment