Uses of Class
com.edugility.jpa.maven.plugin.AnnotationDB

Uses of AnnotationDB in com.edugility.jpa.maven.plugin
 

Fields in com.edugility.jpa.maven.plugin declared as AnnotationDB
private  AnnotationDB AbstractJPAMojo.db
          The AnnotationDB that will be cloned for use by this AbstractJPAMojo.
 

Methods in com.edugility.jpa.maven.plugin that return AnnotationDB
 AnnotationDB AnnotationDB.clone()
          Returns a deep copy of this AnnotationDB.
 AnnotationDB AbstractJPAMojo.cloneAnnotationDB()
          Returns a clone of this AbstractJPAMojo's associated AnnotationDB.
protected  AnnotationDB ListEntityClassnamesMojo.createAnnotationDB()
          Creates a new AnnotationDB in the (common) case where a user has not supplied this AbstractJPAMojo with a pre-configured AnnotationDB.
protected  AnnotationDB AbstractJPAMojo.createAnnotationDB()
          Creates a new AnnotationDB in the (common) case where a user has not supplied this AbstractJPAMojo with a pre-configured AnnotationDB.
private  AnnotationDB ListEntityClassnamesMojo.scan()
          Scans the Set of URLs this ListEntityClassnamesMojo has been configured with and returns the AnnotationDB that performed the scanning.
private  AnnotationDB AbstractJPAMojo.scan(AnnotationDB db, Set<URL> urls)
          Scans the supplied Set of URLs and as a convenience returns the supplied AnnotationDB that contains the scanned annotation information.
protected  AnnotationDB AbstractJPAMojo.scan(Set<URL> urls)
          Scans the supplied Set of URLs and returns the AnnotationDB that contains the scanned annotation information.
 

Methods in com.edugility.jpa.maven.plugin with parameters of type AnnotationDB
private  void AnnotationDB.copyState(AnnotationDB db)
          Deeply copies all known state from the supplied AnnotationDB to this one.
private  AnnotationDB AbstractJPAMojo.scan(AnnotationDB db, Set<URL> urls)
          Scans the supplied Set of URLs and as a convenience returns the supplied AnnotationDB that contains the scanned annotation information.
 void AbstractJPAMojo.setAnnotationDB(AnnotationDB db)
          Sets the AnnotationDB that will be used by this AbstractJPAMojo's AbstractJPAMojo.cloneAnnotationDB() method.
 

Constructors in com.edugility.jpa.maven.plugin with parameters of type AnnotationDB
AnnotationDB(AnnotationDB db)
          Creates a new AnnotationDB, performing a deep copy of the state of the supplied AnnotationDB.
 



Copyright © 2011-2013 Laird Nelson. All Rights Reserved.