com.mysema.query.codegen
Class CodegenModule

java.lang.Object
  extended by com.mysema.util.AbstractModule
      extended by com.mysema.query.codegen.CodegenModule
Direct Known Subclasses:
SQLCodegenModule

public class CodegenModule
extends AbstractModule

Author:
tiwe

Field Summary
static String KEYWORDS
           
static String PACKAGE_SUFFIX
           
static String PREFIX
           
static String SUFFIX
           
 
Constructor Summary
CodegenModule()
           
 
Method Summary
protected  void configure()
           
 
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

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

SUFFIX

public static final String SUFFIX
See Also:
Constant Field Values

KEYWORDS

public static final String KEYWORDS
See Also:
Constant Field Values

PACKAGE_SUFFIX

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

CodegenModule

public CodegenModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class AbstractModule


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