com.mysema.query.sql
Class SQLCodegenModule

java.lang.Object
  extended by com.mysema.util.AbstractModule
      extended by com.mysema.query.codegen.CodegenModule
          extended by com.mysema.query.sql.SQLCodegenModule

public class SQLCodegenModule
extends CodegenModule


Field Summary
static String BEAN_PREFIX
           
static String BEAN_SUFFIX
           
static String INNER_CLASSES_FOR_KEYS
           
static String PACKAGE_NAME
           
 
Fields inherited from class com.mysema.query.codegen.CodegenModule
KEYWORDS, PACKAGE_SUFFIX, PREFIX, SUFFIX
 
Constructor Summary
SQLCodegenModule()
           
 
Method Summary
protected  void configure()
           
 String getBeanPrefix()
           
 String getBeanSuffix()
           
 String getPackageName()
           
 String getPrefix()
           
 String getSuffix()
           
 
Methods inherited from class com.mysema.util.AbstractModule
bind, bind, bind, bind, bind, get, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEAN_SUFFIX

public static final String BEAN_SUFFIX
See Also:
Constant Field Values

BEAN_PREFIX

public static final String BEAN_PREFIX
See Also:
Constant Field Values

PACKAGE_NAME

public static final String PACKAGE_NAME
See Also:
Constant Field Values

INNER_CLASSES_FOR_KEYS

public static final String INNER_CLASSES_FOR_KEYS
See Also:
Constant Field Values
Constructor Detail

SQLCodegenModule

public SQLCodegenModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class CodegenModule

getPrefix

public String getPrefix()

getSuffix

public String getSuffix()

getBeanPrefix

public String getBeanPrefix()

getBeanSuffix

public String getBeanSuffix()

getPackageName

public String getPackageName()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.