I am inserting an object into the database using the
getHibernateTemplate().save(object)
Does the above return any value. Probably something like a 0 or 1 such that based on the correct insert I can do my business logic.
Or does it throw an exception if an insert does not happen