976977978979980981982
new FetchTests(this).testRecordFromWithAnnotations(); } @Test public void testRecordFromWithoutAnnotations() throws Exception { new FetchTests(this).testRecordFromWithoutAnnotations(); }
981982983984985986987
new FetchTests(this).testRecordFromWithoutAnnotations(); } @Test public void testRecordFromUpdatePK() throws Exception { new FetchTests(this).testRecordFromUpdatePK(); }
986987988989990991992
new FetchTests(this).testRecordFromUpdatePK(); } @Test public void testReflectionWithAnnotations() throws Exception { new FetchTests(this).testReflectionWithAnnotations(); }
991992993994995996997
new FetchTests(this).testReflectionWithAnnotations(); } @Test public void testReflectionWithoutAnnotations() throws Exception { new FetchTests(this).testReflectionWithoutAnnotations(); }
996997998999100010011002
new FetchTests(this).testReflectionWithoutAnnotations(); } @Test public void testFetchIntoCustomTable() throws Exception { new FetchTests(this).testFetchIntoCustomTable(); }
1001100210031004100510061007
new FetchTests(this).testFetchIntoCustomTable(); } @Test public void testFetchIntoGeneratedPojos() throws Exception { new FetchTests(this).testFetchIntoGeneratedPojos(); }
1006100710081009101010111012
new FetchTests(this).testFetchIntoGeneratedPojos(); } @Test public void testFetchIntoRecordHandler() throws Exception { new FetchTests(this).testFetchIntoRecordHandler(); }
1011101210131014101510161017
new FetchTests(this).testFetchIntoRecordHandler(); } @Test public void testFetchLater() throws Exception { new FetchTests(this).testFetchLater(); }