Full name:
net.sf.oqt:oqt-maven-plugin:0.4-SNAPSHOT:translate
Description:
This plugin will gather the following information from your ORM:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
dictionary | String | - | The databse dictionary is it's known by the openJPA version on the
classpath. |
driverName | String | - | The drivername for the database connection.
The driver must be on the classpath. It is advised to provide the driver as a dependency for this plugin. |
packageNames | List | - | The list of packages where the plugin must go look for entities.
The plugin will automatically look in all the subpackages. If this plugin is ran outside the model-module, then it's advised to give the model as a dependency of this plugin. |
url | String | - | The JDBC database url.
The URL to the database must be valid and the database must be up and running and acception connections. The database may be empty and the user which is used to connect to this database does not required write access. |
Name | Type | Since | Description |
---|---|---|---|
password | String | - | The password for the database connection |
reportTypes | List | 0.3 | Defines what should be outputed to text files.
Currently supported types are:
|
username | String | - | The username for the databases connection |
The driver must be on the classpath. It is advised to provide the driver as a dependency for this plugin.
The plugin will automatically look in all the subpackages.
If this plugin is ran outside the model-module, then it's advised to give the model as a dependency of this plugin.
Currently supported types are:
url:
The URL to the database must be valid and the database must be up and running and acception connections. The database may be empty and the user which is used to connect to this database does not required write access.