public class SQLCodegenModule extends CodegenModule
| Modifier and Type | Field and Description | 
|---|---|
| static String | BEAN_PACKAGE_NAME | 
| static String | BEAN_PREFIX | 
| static String | BEAN_SERIALIZER | 
| static String | BEAN_SUFFIX | 
| static String | COLUMN_COMPARATOR | 
| static String | ENTITYPATH_TYPE | 
| static String | INNER_CLASSES_FOR_KEYS | 
| static String | PACKAGE_NAME | 
| static String | SCHEMA_TO_PACKAGE | 
IMPORTS, KEYWORDS, PACKAGE_SUFFIX, PREFIX, SUFFIX| Constructor and Description | 
|---|
| SQLCodegenModule() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | configure() | 
| String | getBeanPrefix() | 
| String | getBeanSuffix() | 
| Set<String> | getImports() | 
| String | getPackageName() | 
| String | getPrefix() | 
| String | getSuffix() | 
bind, bind, bind, bind, bind, bindInstance, get, getpublic static final String BEAN_SERIALIZER
public static final String BEAN_SUFFIX
public static final String BEAN_PREFIX
public static final String BEAN_PACKAGE_NAME
public static final String ENTITYPATH_TYPE
public static final String PACKAGE_NAME
public static final String INNER_CLASSES_FOR_KEYS
public static final String SCHEMA_TO_PACKAGE
public static final String COLUMN_COMPARATOR
protected void configure()
configure in class CodegenModulepublic String getPrefix()
public String getSuffix()
public String getBeanPrefix()
public String getBeanSuffix()
public String getPackageName()
Copyright © 2007–2015 Querydsl. All rights reserved.