Interface EntityManagerReference

    • Method Detail

      • setUnitName

        void setUnitName​(String unitName)
        Set the unit name of the entity manager factory to which this reference is associated.
      • getUnitName

        String getUnitName()
        Get the unit name of the entity manager factory to which this reference is associated.
      • setPersistenceContextType

        void setPersistenceContextType​(jakarta.persistence.PersistenceContextType type)
      • getPersistenceContextType

        jakarta.persistence.PersistenceContextType getPersistenceContextType()
      • getSynchronizationType

        jakarta.persistence.SynchronizationType getSynchronizationType()
      • setSynchronizationType

        void setSynchronizationType​(jakarta.persistence.SynchronizationType type)
      • setReferringBundleDescriptor

        void setReferringBundleDescriptor​(BundleDescriptor referringBundle)
        Set the referring bundle, i.e. the bundle within which this reference is declared.
      • getReferringBundleDescriptor

        BundleDescriptor getReferringBundleDescriptor()
        Get the referring bundle, i.e. the bundle within which this reference is declared.