2 Replies Latest reply on Apr 26, 2006 1:32 PM by bwilson

    meaning of @Entity

    urswag

      Where are these expressions well descripted?



      @Entity
      @Table(name="book")
      @SequenceGenerator(name = "book_sequence", sequenceName = "book_id_seq")
      @TableGenerator( name="book_id", table="primary_keys", pkColumnName="key", pkColumnValue="book",
      valueColumnName="value")