com.mysema.query.codegen
Class GenericExporter
java.lang.Object
com.mysema.query.codegen.GenericExporter
public class GenericExporter
- extends Object
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)
scanPackages
public void scanPackages(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)
setProjectionAnnotation
public void setProjectionAnnotation(Class<? extends Annotation> projectionAnnotation)
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.