Template guide
Page under construction.
This template was developed to create a thin layer to encapsulate database access.
It produces one Java class for each database table and a couple of support classes.
Template parameters
Here is a list of the parameters that can be used to configure this template.
| Variable name | Scope | Meaning |
|---|---|---|
| associationName | Association | Overrides default association name in generated code. |
| databasename | ||
| package | Model | The name of the package where Java files are generated into. Ex.: it.bfp.sark.sample.package |
| password | ||
| patchGetGeneratedId | Template File | |
| schema | Model | Sets the name of the database schema if any |
| useAs | Template File | |
| useBracket | Tempalte File | |
| username | ||
| url | ||
