コード例 #1
0
 public void testSharedPKOneToOne() {
   super.testSharedPKOneToOne();
 }
コード例 #2
0
 public void testCustomColumnReadAndWrite() {
   super.testCustomColumnReadAndWrite();
 }
コード例 #3
0
 public void testPropertyInitialized() {
   super.testPropertyInitialized();
 }
コード例 #4
0
 public void testManyToOneProxy() {
   super.testManyToOneProxy();
 }
コード例 #5
0
 public void testLazyManyToOne() {
   super.testLazyManyToOne();
 }
コード例 #6
0
 public void testLazy() {
   super.testLazy();
 }
コード例 #7
0
 public void testFetchAll() throws Exception {
   super.testFetchAll();
 }
コード例 #8
0
 public void testDirtyCheck() {
   super.testDirtyCheck();
 }
コード例 #9
0
 public void testSetFieldInterceptor() {
   super.testSetFieldInterceptor();
 }