Annotation Type RowId


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface RowId
    Specifies that an Oracle-style rowid should be used in SQL update statements for an entity, instead of the primary key.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Specifies the rowid identifier.
    • Element Detail

      • value

        String value
        Specifies the rowid identifier.

        For example, on Oracle, this should be just "rowid".