public class StoredProcedureGenerator extends AbstractGenerator
| Constructor and Description |
|---|
StoredProcedureGenerator(ProcessingEnvironment processingEnv,
Map<String,ResultSetClass> resultSetsMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateStoredProcedureClasses(List<DtoClass> dtoClasses) |
static String |
getSqlParameter(String type)
Retrieves the most fitting org.springframework.jdbc.core.SqlParameter type based on the type
|
generateClasspublic StoredProcedureGenerator(ProcessingEnvironment processingEnv, Map<String,ResultSetClass> resultSetsMap)
public void generateStoredProcedureClasses(List<DtoClass> dtoClasses) throws com.sun.codemodel.JClassAlreadyExistsException, IOException
com.sun.codemodel.JClassAlreadyExistsExceptionIOExceptionCopyright © 2015. All rights reserved.