HHH-7767 - JoinWalker creates ".." substring in association path
(cherry picked from commit 209763faa8
)
This commit is contained in:
parent
0f442db095
commit
67b973dc52
|
@ -29,6 +29,8 @@ import org.junit.Test;
|
|||
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
@ -67,6 +69,7 @@ public class IdManyToOneTest extends BaseCoreFunctionalTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
@TestForIssue( jiraKey = "HHH-7767" )
|
||||
public void testCriteriaRestrictionOnIdManyToOne() {
|
||||
Session s = openSession();
|
||||
s.beginTransaction();
|
||||
|
|
Loading…
Reference in New Issue