public class BatchQueryExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchQueryExecutor.UpdateEntry<E extends Enum<E>> |
| Modifier and Type | Method and Description |
|---|---|
void |
executeBatchInsertUpdateDelete(Collection<JsonBean> insertList,
Collection<BatchQueryExecutor.UpdateEntry> updateList,
Collection<JsonBean> deleteList) |
static BatchQueryExecutor |
getInstance() |
public static BatchQueryExecutor getInstance()
public void executeBatchInsertUpdateDelete(Collection<JsonBean> insertList, Collection<BatchQueryExecutor.UpdateEntry> updateList, Collection<JsonBean> deleteList) throws JPAExecutorException
JPAExecutorExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.