Unique.table - JDO annotation element
Annotation Element
javax.jdo.annotations.Unique
String table
Table for the unique constraint. This is needed iff annotating a type where this unique constraint is not for the primary table for the persistent class or interface.
- Returns:
- the table on which the unique constraint is defined
- Default value:
- ""
- Since:
- JDO 2.1
This documentation page is derived (with some adjustments) from the JDO 2.2 API
and is available under the terms of the Apache License, v. 2.0.