public void testSharedPKOneToOne() {
   super.testSharedPKOneToOne();
 }
 public void testCustomColumnReadAndWrite() {
   super.testCustomColumnReadAndWrite();
 }
 public void testPropertyInitialized() {
   super.testPropertyInitialized();
 }
 public void testManyToOneProxy() {
   super.testManyToOneProxy();
 }
 public void testLazyManyToOne() {
   super.testLazyManyToOne();
 }
 public void testLazy() {
   super.testLazy();
 }
 public void testFetchAll() throws Exception {
   super.testFetchAll();
 }
 public void testDirtyCheck() {
   super.testDirtyCheck();
 }
 public void testSetFieldInterceptor() {
   super.testSetFieldInterceptor();
 }