What does the call
Code:
public Serializable save(String entityName, Object object) throws HibernateException;
do in hibernate 3.0.5?
The javadoc is a cut'n'paste of the signature without entityName, and I couldn't figure out looking at the SessionImpl's code: it simply creates a SaveOrUpdateEvent, but I don't know what are the consequences...
I think it could be appropriate to file a documentation bug, since the javadoc is invalid (it doesn't describe the entityName parameter).
Thanks in advance,
Mauro Michele