List of usage examples for org.apache.ibatis.session ResultHandler interface-usage
From source file com.skt.adcas.lte.action.CSVDownloadAction.java
public class CSVDownloadAction extends ActionSupport4lte implements ResultHandler { private static final long serialVersionUID = 1L; private BufferedWriter fileOut; private String fileType;
From source file com.skt.adcas.lte.action.DownLinkByNMSAction.java
public class DownLinkByNMSAction extends ActionSupport4lte implements ResultHandler { private static final long serialVersionUID = 1L; /* */ public List<HashMap> getRows() { return rows;
From source file jp.co.ctc_g.jse.core.csv.mybatis.CSVResultHandler.java
/**
* <p>
* ????{@link ResultHandler}??
* RDBMS?1??CSV???????
* </p>
* @see AbstractCSVResultHandlerImpl
From source file jp.terasoluna.fw.collector.db.QueueingResultHandler.java
/** * QueueingResultHandler<br> * ResultHandler? */ public interface QueueingResultHandler extends ResultHandler {
From source file org.alfresco.ibatis.RollupResultHandler.java
/**
* A {@link ResultHandler} that collapses multiple rows based on a set of properties.
* <p/>
* This class is derived from earlier RollupRowHandler used to workaround the <b>groupBy</b> and nested <b>ResultMap</b>
* behaviour in iBatis (2.3.4.726) <a href=https://issues.apache.org/jira/browse/IBATIS-503>IBATIS-503</a>.
* <p>
From source file org.sonar.server.search.DbSynchronizationHandler.java
public abstract class DbSynchronizationHandler implements ResultHandler { private final DbSession session; private final Map<String, String> params; protected DbSynchronizationHandler(DbSession session, Map<String, String> params) {