From: Steve E. (JIRA) <no...@at...> - 2006-06-06 19:20:24
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1818?page=comments#action_23282 ] Steve Ebersole commented on HHH-1818: ------------------------------------- Similiar issue for remove() followed by load operation performed from the API. Currently this throws exceptions; should return null. > remove() should force subsequent contains() calls to return false > ----------------------------------------------------------------- > > Key: HHH-1818 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1818 > Project: Hibernate3 > Type: Improvement > Components: core > Reporter: Steve Ebersole > Assignee: Steve Ebersole > Fix For: 3.2.0 > > > Currently: > session.remove( entity ); > session.contains( entity ); > reports that the entity is still contained in the session. Conceptually, this is not correct. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |