Class HapiEntityManagerFactoryUtil

java.lang.Object
ca.uhn.fhir.jpa.config.util.HapiEntityManagerFactoryUtil

public final class HapiEntityManagerFactoryUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    configureEntityManagerFactory(org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean theFactory, ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings)
     
    static org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean
    newEntityManagerFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory myConfigurableListableBeanFactory, ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings)
    This method provides a partially completed entity manager factory with HAPI FHIR customizations

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • newEntityManagerFactory

      public static org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean newEntityManagerFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory myConfigurableListableBeanFactory, ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings)
      This method provides a partially completed entity manager factory with HAPI FHIR customizations
    • configureEntityManagerFactory

      public static void configureEntityManagerFactory(org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean theFactory, ca.uhn.fhir.context.FhirContext theFhirContext, JpaStorageSettings theStorageSettings)