com.mysema.query.codegen
Class GenericExporter

java.lang.Object
  extended by com.mysema.query.codegen.GenericExporter

public class GenericExporter
extends Object


Constructor Summary
GenericExporter()
           
 
Method Summary
 void export(Package... packages)
           
 void scanPackages(Package... packages)
           
 void setEmbeddableAnnotation(Class<? extends Annotation> embeddableAnnotation)
           
 void setEntityAnnotation(Class<? extends Annotation> entityAnnotation)
           
 void setProjectionAnnotation(Class<? extends Annotation> projectionAnnotation)
           
 void setSupertypeAnnotation(Class<? extends Annotation> supertypeAnnotation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericExporter

public GenericExporter()
Method Detail

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.