Generates a CRUD interface for Entity Beans.
Mojo Attributes:
process-classes
Name | Type | Description |
---|---|---|
entityClasses | String[] |
List of Entity Classes. |
outputDirectory | File |
Location of the file. |
Name | Type | Description |
---|---|---|
templateLocation | String |
Template location. Users may override the default templates to get a customized look and feel. Default value is net/sf/stitch/crud/templates/ . |
userProperties | Properties |
User defined Template Properties. Additional information passed to templates. |
List of Entity Classes.
java.lang.String[]
Yes
java.io.File
Yes
${project.build.directory}/${project.build.finalName}
java.lang.String
No
net/sf/stitch/crud/templates/
java.util.Properties
No