209210211212213214215216217
rollbackTxn(); } } public void testLongPkWithBidirectionalOneToOneChild() { OneToOneParentWithRootOnlyLongBiChild pojo = new OneToOneParentWithRootOnlyLongBiChild(); pojo.id = "yar"; assertMetaDataException(pojo); }
159160161162163164165166167
pojo.id = "yar"; assertMetaDataException(pojo); } public void testLongPkWithBidirectionalOneToOneChild() { OneToOneParentWithRootOnlyLongBiChild pojo = new OneToOneParentWithRootOnlyLongBiChild(); pojo.id = "yar"; assertMetaDataException(pojo); }