Annotation Type Index
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
-
table
String tableTable for the index. This is needed iff annotating a type where the index is not defined on the primary table for the type.- Returns:
- the table on which the index is defined
- Default:
""
-
unique
-
members
String[] membersMember (field and property) names that compose this index.- Returns:
- member names that compose this index
- Default:
{}
-
columns
Column[] columnsColumns that compose this index.- Returns:
- columns that compose this index
- Default:
{}
-