43444546474849
public void testLazy() throws Exception { execute( new TestLazyExecutable() ); } public void testLazyManyToOne() throws Exception { execute( new TestLazyManyToOneExecutable() ); }
42434445464748
41424344454647
public void testLazy() throws Exception { execute( new TestLazyExecutable() ); } public void testLazyManyToOne() { execute( new TestLazyManyToOneExecutable() ); }