47484950515253
public void testLazyManyToOne() throws Exception { execute( new TestLazyManyToOneExecutable() ); } public void testSetFieldInterceptor() throws Exception { execute( new TestInjectFieldInterceptorExecutable() ); }
46474849505152
45464748495051
public void testLazyManyToOne() { execute( new TestLazyManyToOneExecutable() ); } public void testSetFieldInterceptor() { execute( new TestInjectFieldInterceptorExecutable() ); }