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(); }
801802803804805806807
new DataTypeTests(this).testNumbers(); } @Test public void testLiterals() throws Exception { new GeneralTests(this).testLiterals(); }
871872873874875876877
new DataTypeTests(this).testCastingToDialectDataType(); } @Test public void testSequences() throws Exception { new GeneralTests(this).testSequences(); }
891892893894895896897
new SelectTests(this).testSelectQuery(); } @Test public void testAccessInternalRepresentation() throws Exception { new GeneralTests(this).testAccessInternalRepresentation(); }