JPA Annotation Attribute
in javax.persistence.TableGenerator

String pkColumnValue default ""


(Optional) The primary key value in the generator table that distinguishes this set of generated values from others that may be stored in the table.

Defaults to a provider-chosen value to store in the primary key column of the generator table

Since:
JPA 1.0