Full name:
net.sf.nof:nof-codegen-jpa:0.0.1:generate
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| outputPackage | String | - | the package into which to generate the classes. User property is: outputPackage. |
| pathToModel | String | - | the path (including filename) to the model file. |
| Name | Type | Since | Description |
|---|---|---|---|
| abstractClassesPrefix | String | - | the prefix to use for the classnames of abstract classes.
(ObjectClasses will result in abstract classes) Default value is: Abstract. User property is: abstractClassesPrefix. |
| genServices | boolean | - | if Service Classes should be generated. Setting this to true is an
unsupported feature. Default value is: false. User property is: genServices. |
| jpaPersistenceUnitName | String | - | the name of the JPA Persistence Unit to be used User property is: jpaPersistenceUnitName. |
| outputDir | String | - | the path to place the generated sources. Default value is: ${project.build.directory}/generated-sources. User property is: outputDir. |
| runtimeClassesPrefix | String | - | the prefix to use for the classnames of runtime classes. (A
SubClassesBag that has at least one ObjectSubClass which is flagged
as runtime will result in a runtime classs) Default value is: Runtime. User property is: runtimeClassesPrefix. |
| skipJPA | boolean | - | if JPA generation should be skipped. It skips generation of JPA
annotations as well as generation of services, as the services
depend on the JPA annotations. Default value is: false. User property is: skipJPA. |