HHH-2762 : Added StatefulPersistenceContext.getProxiesByKey() (needed for testing non-flushed changes)

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17997 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gail Badner 2009-11-17 23:12:09 +00:00
parent 546b13a7dd
commit 36100c8c3a
1 changed files with 4 additions and 0 deletions

View File

@ -997,6 +997,10 @@ public class StatefulPersistenceContext implements PersistenceContext {
return entitiesByKey;
}
public Map getProxiesByKey() {
return proxiesByKey;
}
public Map getEntityEntries() {
return entityEntries;
}