Package org.hibernate.annotations
Annotation Type RowId
-
@Target(TYPE) @Retention(RUNTIME) public @interface RowId
Specifies that an Oracle-stylerowidshould be used in SQLupdatestatements for an entity, instead of the primary key.
-
-
Element Detail
-
value
String value
Specifies therowididentifier.For example, on Oracle, this should be just
"rowid".
-
-