From: Steve E. (JIRA) <no...@at...> - 2006-06-06 18:22:27
|
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 Assigned to: 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 |