59606162636465
public void testManyToOneProxy() throws Exception { execute( new TestManyToOneProxyExecutable() ); } public void testLazyPropertyCustomTypeExecutable() throws Exception { execute( new TestLazyPropertyCustomTypeExecutable() ); }
58596061626364
57585960616263
public void testManyToOneProxy() { execute( new TestManyToOneProxyExecutable() ); } public void testLazyPropertyCustomTypeExecutable() { execute( new TestLazyPropertyCustomTypeExecutable() ); }