Annotation Type RowId


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface RowId
    Support for ROWID mapping feature of Hibernate.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Names the ROWID identifier.
    • Element Detail

      • value

        java.lang.String value
        Names the ROWID identifier.