hibernate3:hbm2java

Generates Java classes from set of *.hbm.xml files

Mojo Attributes:

  • Requires a Maven 2.0 project to execute.
  • Requires dependency resolution of artifacts in scope: test
  • Automatically executes within the lifecycle phase: generate-sources
  • Invokes the execution of the lifecycle phase process-resources prior to executing itself.

Optional Parameters

Name Type Description
componentConfigurations List No description.
componentProperties Map Parameter that holds component properties defined by the user.
components List Parameter that holds components definitions specified by the user.

Parameter Details

componentConfigurations No Description.
  • Type: java.util.List
  • Required: No

componentProperties Parameter that holds component properties defined by the user.
  • Type: java.util.Map
  • Required: No

components Parameter that holds components definitions specified by the user.
  • Type: java.util.List
  • Required: No