Search in sources :

Example 1 with DalSingleResultExtractor

use of com.ctrip.platform.dal.dao.helper.DalSingleResultExtractor in project dal by ctripcorp.

the class DalSingleResultExtractorTest method testExtract.

@Test
public void testExtract() {
    DalColumnMapRowMapper mapper = new DalColumnMapRowMapper();
    DalSingleResultExtractor test = new DalSingleResultExtractor(mapper, true);
}
Also used : DalColumnMapRowMapper(com.ctrip.platform.dal.dao.helper.DalColumnMapRowMapper) DalSingleResultExtractor(com.ctrip.platform.dal.dao.helper.DalSingleResultExtractor) Test(org.junit.Test)

Aggregations

DalColumnMapRowMapper (com.ctrip.platform.dal.dao.helper.DalColumnMapRowMapper)1 DalSingleResultExtractor (com.ctrip.platform.dal.dao.helper.DalSingleResultExtractor)1 Test (org.junit.Test)1