public class SqlSingleInsertGenerator extends Object implements RushSqlInsertGenerator
Constructor and Description |
---|
SqlSingleInsertGenerator(RushConfig rushConfig) |
Modifier and Type | Method and Description |
---|---|
void |
createManyJoins(Map<String,List<BasicJoin>> joinValues,
RushSaveStatementGeneratorCallback saveCallback) |
void |
createOrUpdateObjects(Map<Class<? extends Rush>,List<BasicUpdate>> valuesMap,
Map<Class<? extends Rush>,List<String>> columnsMap,
Map<Class<? extends Rush>,AnnotationCache> annotationCache,
RushSaveStatementGeneratorCallback saveCallback) |
public SqlSingleInsertGenerator(RushConfig rushConfig)
public void createManyJoins(Map<String,List<BasicJoin>> joinValues, RushSaveStatementGeneratorCallback saveCallback)
createManyJoins
in interface RushSqlInsertGenerator
public void createOrUpdateObjects(Map<Class<? extends Rush>,List<BasicUpdate>> valuesMap, Map<Class<? extends Rush>,List<String>> columnsMap, Map<Class<? extends Rush>,AnnotationCache> annotationCache, RushSaveStatementGeneratorCallback saveCallback)
createOrUpdateObjects
in interface RushSqlInsertGenerator
Copyright © 2017. All rights reserved.