HHH-2277 - bidirectional <key-many-to-one> both lazy=false fetch=join lead to infinite loop
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19564 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
460cbf8d96
commit
5c7f4ee712
|
@ -105,7 +105,7 @@ public class EagerKeyManyToOneTest extends FunctionalTestCase {
|
|||
s.close();
|
||||
}
|
||||
|
||||
public void testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelfFailureExpected() {
|
||||
public void testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf() {
|
||||
// long winded method name to say that this is a test specifically for HHH-2277 ;)
|
||||
// essentially we have a bidirectional association where one side of the
|
||||
// association is actually part of a composite PK.
|
||||
|
|
Loading…
Reference in New Issue