com.mysema.query.codegen
Class GenericExporter
java.lang.Object
  
com.mysema.query.codegen.GenericExporter
public class GenericExporter
- extends Object
 
- Author:
 
  - tiwe
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GenericExporter
public GenericExporter()
export
public void export(Package... packages)
 
setEntityAnnotation
public void setEntityAnnotation(Class<? extends Annotation> entityAnnotation)
 
setSupertypeAnnotation
public void setSupertypeAnnotation(Class<? extends Annotation> supertypeAnnotation)
 
setEmbeddableAnnotation
public void setEmbeddableAnnotation(Class<? extends Annotation> embeddableAnnotation)
 
setEmbeddedAnnotation
public void setEmbeddedAnnotation(Class<? extends Annotation> embeddedAnnotation)
 
setSkipAnnotation
public void setSkipAnnotation(Class<? extends Annotation> skipAnnotation)
 
setTargetFolder
public void setTargetFolder(File targetFolder)
 
setSerializerClass
public void setSerializerClass(Class<? extends Serializer> serializerClass)
 
setCreateScalaSources
public void setCreateScalaSources(boolean createScalaSources)
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.