|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lexevs.dao.database.ibatis.batch.SqlMapExecutorBatchInserter
public class SqlMapExecutorBatchInserter
The Class SqlMapExecutorBatchInserter.
Constructor Summary | |
---|---|
SqlMapExecutorBatchInserter(com.ibatis.sqlmap.client.SqlMapExecutor sqlMapExecutor)
Instantiates a new sql map executor batch inserter. |
Method Summary | |
---|---|
void |
executeBatch()
Execute batch. |
com.ibatis.sqlmap.client.SqlMapExecutor |
getSqlMapExecutor()
Gets the sql map executor. |
void |
insert(java.lang.String sql,
java.lang.Object parameter)
Insert. |
void |
setSqlMapExecutor(com.ibatis.sqlmap.client.SqlMapExecutor sqlMapExecutor)
Sets the sql map executor. |
void |
startBatch()
Start batch. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlMapExecutorBatchInserter(com.ibatis.sqlmap.client.SqlMapExecutor sqlMapExecutor)
sqlMapExecutor
- the sql map executorMethod Detail |
---|
public void executeBatch()
BatchInserter
executeBatch
in interface BatchInserter
public void startBatch()
BatchInserter
startBatch
in interface BatchInserter
public void insert(java.lang.String sql, java.lang.Object parameter)
Inserter
insert
in interface Inserter
sql
- the sqlparameter
- the parameterpublic com.ibatis.sqlmap.client.SqlMapExecutor getSqlMapExecutor()
public void setSqlMapExecutor(com.ibatis.sqlmap.client.SqlMapExecutor sqlMapExecutor)
sqlMapExecutor
- the new sql map executor
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |