Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-1321

Documentation inaccuracies

VotersWatch issueWatchersLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Patch Available

    Description

      Example 9.8. Named Seq Sequence: @SequenceGenerator properties gave me compile errors
      @SequenceGenerator(name="AuthorSeq" sequence="table(Table=AUTO_SEQ, Increment=100)")
      should be
      @SequenceGenerator (name="AuthorSeq", sequenceName="table(Table=AUTO_SEQ, Increment=100)")

      4.4.3. OracleDictionary Properties:
      According to the logs when I set this up to be not set,
      AutoAssignSequenceName: The global name of the sequence that OpenJPA will assume to hold the value of primary key
      value for rows that use auto-increment. If left unset, OpenJPA will use a the sequence named "SEQ_<table name>".
      should be
      AutoAssignSequenceName: The global name of the sequence that OpenJPA will assume to hold the value of primary key
      value for rows that use auto-increment. If left unset, OpenJPA will use a the sequence named "<table name>_<column name>_SEQ".

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            milosz Milosz Tylenda
            bkalbfus Brian Kalbfus
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment