Possible Duplicate:
Hibernate: different object with the same identifier value was already associated with the session
Why does some objects I get in Hibernate exceptions appear like this when they are printed out with the @ symbol:
Cannot remove object
db.item.model.Inventory@21d321bb
But some appear like this:
org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [db.item.model.Inventory#9369629]
With the identifier after # symbol?