ObjectDB ObjectDB

TableGenerator.table - JPA annotation element

Annotation Element
javax.persistence.TableGenerator
String table

(Optional) Name of table that stores the generated id values.

Defaults to a name chosen by persistence provider.

Default value:
""
Since:
JPA 1.0