HHH-7088 - Implement secondary table support in new metamodel code
This commit is contained in:
parent
72e5cf42cf
commit
a33943694c
|
@ -75,6 +75,7 @@ public class SecondaryTableTest extends BaseAnnotationBindingTestCase {
|
|||
RelationalValueBinding valueBinding = nameAttrBinding.getRelationalValueBindings().get( 0 );
|
||||
assertFalse( valueBinding.isDerived() );
|
||||
assertSame( table, valueBinding.getValue().getTable() );
|
||||
assertSame( column, valueBinding.getValue() );
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue