All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.avaje.ebean.codegen.GenerateQueryBeansMojo Maven / Gradle / Ivy

The newest version!
package org.avaje.ebean.codegen;

import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;

@Mojo(name = "generate-querybeans", defaultPhase = LifecyclePhase.NONE)
public class GenerateQueryBeansMojo extends AbstractMojo {

  public void execute() {
    Generate generate = new Generate();
    generate.execute(getLog(), Mode.QUERY_BEANS);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy