Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-948

CdiQueryInvocationContext#isNew isn't portable across jpa providers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.1
    • 1.4.2
    • Data-Module
    • None

    Description

      We use PersisteceUnitUnitl for it, however - see the javadoc for it: http://docs.oracle.com/javaee/6/api/javax/persistence/PersistenceUnitUtil.html#getIdentifier%28java.lang.Object%29

      Solution:
      I guess the only portable check is EntityManager#contains and if it returns false a #load with the id >if< the id is available, the part with #contains just to be faster with entities which are really loaded by the em, well - instead of #load a count query would be better to avoid that it really loads the entity.

      Attachments

        Activity

          People

            danielsoro Daniel Cunha
            danielsoro Daniel Cunha
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: