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);
}
Aggregations