Package acdp.tools
Annotation Type Setup.SetupDatabase
- Enclosing class:
Setup
The
@SetupDatabase
annotation is used by the Setup Tool to get
the name of the database and the names of the database's tables.
Optionally, values for the version of the database and for the class
name and classpath of the cipher factory can be specified.
Note that the order of the table names in the "tables
" array
must be the same as the order in which the tables appear in the
open
method of the CustomDatabase
class.
It is the same order in which the table layouts appear in the resulting
database layout.
This annotation is exclusively processed by the Setup Tool.
- Author:
- Beat Hörmann
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details