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

Table name defaults to the class name instead of the entity name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.7
    • jpa
    • None

    Description

      Section 9.1.1 of the JPA 1.0 spec says that if the @Table annotation is not defined, then it should default to the name of the entity. However, we always default to the name of the class. For example, the entity define as "@Entity(name="FOO") public class Bar" should default to be mapped to the table named "FOO", but we incorrectly default to "Bar".

      The workaround is to just specify the @Table name as well.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mprudhom Marc Prud'hommeaux
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: