Uses of Class
de.jpdigital.maven.plugins.hibernate5ddl.EntityFinder
-
-
Uses of EntityFinder in de.jpdigital.maven.plugins.hibernate5ddl
Methods in de.jpdigital.maven.plugins.hibernate5ddl that return EntityFinder Modifier and Type Method Description static EntityFinderEntityFinder. forClassPath(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log, boolean includeTestClasses)static EntityFinderEntityFinder. forPackage(org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log, String packageName, boolean includeTestClasses)Creates anEntityFinderfor the provided package.
-