Package com.querydsl.sql.codegen
Class SQLCodegenModule
java.lang.Object
com.querydsl.codegen.AbstractModule
com.querydsl.codegen.CodegenModule
com.querydsl.sql.codegen.SQLCodegenModule
SQLCodegenModule
is a dependency injection module with codegen configuration- Author:
- tiwe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.querydsl.codegen.CodegenModule
GENERATED_ANNOTATION_CLASS, IMPORTS, KEYWORDS, PACKAGE_SUFFIX, PREFIX, SUFFIX, VARIABLE_NAME_FUNCTION_CLASS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Methods inherited from class com.querydsl.codegen.AbstractModule
bind, bind, bind, bind, bind, bindInstance, get, get, loadExtensions
-
Field Details
-
BEAN_SERIALIZER
- See Also:
-
BEAN_SUFFIX
- See Also:
-
BEAN_PREFIX
- See Also:
-
BEAN_PACKAGE_NAME
- See Also:
-
ENTITYPATH_TYPE
- See Also:
-
PACKAGE_NAME
- See Also:
-
INNER_CLASSES_FOR_KEYS
- See Also:
-
SCHEMA_TO_PACKAGE
- See Also:
-
COLUMN_COMPARATOR
- See Also:
-
-
Constructor Details
-
SQLCodegenModule
public SQLCodegenModule()
-
-
Method Details
-
configure
protected void configure()- Overrides:
configure
in classCodegenModule
-
getPrefix
-
getSuffix
-
getBeanPrefix
-
getBeanSuffix
-
getPackageName
-
getImports
-