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