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

com.myjavadoc.hibernate4.configuration.ComponentConfiguration Maven / Gradle / Ivy

Go to download

Hibernate 4 maven plugin, run hibernate tools from inside maven builds. Based off Codehaus hibernate3-maven-plugin 2.2. The configuration is the same but the performance is alot better. See source for example database reverse engineering to JPA.

The newest version!
package com.myjavadoc.hibernate4.configuration;

import org.hibernate.cfg.Configuration;

import com.myjavadoc.hibernate4.ExporterMojo;

import org.apache.maven.plugin.MojoExecutionException;
//import org.codehaus.mojo.hibernate3.ExporterMojo;

public interface ComponentConfiguration
{
    String ROLE = ComponentConfiguration.class.getName();

    Configuration getConfiguration( ExporterMojo exporterMojo )
        throws MojoExecutionException;

    String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy