Class JmixPersistenceProvider

java.lang.Object
org.eclipse.persistence.jpa.PersistenceProvider
io.jmix.eclipselink.impl.JmixPersistenceProvider
All Implemented Interfaces:
javax.persistence.spi.PersistenceProvider, javax.persistence.spi.ProviderUtil

public class JmixPersistenceProvider extends org.eclipse.persistence.jpa.PersistenceProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixPersistenceProvider(org.springframework.beans.factory.ListableBeanFactory beanFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.persistence.EntityManagerFactory
    createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo info, Map properties)
     

    Methods inherited from class org.eclipse.persistence.jpa.PersistenceProvider

    checkForProviderProperty, createContainerEntityManagerFactoryImpl, createEntityManagerFactory, createEntityManagerFactoryImpl, generateSchema, generateSchema, getClassLoader, getInitializer, getProviderUtil, isLoaded, isLoadedWithoutReference, isLoadedWithReference

    Methods inherited from class java.lang.Object

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

    • JmixPersistenceProvider

      public JmixPersistenceProvider(org.springframework.beans.factory.ListableBeanFactory beanFactory)
  • Method Details

    • createContainerEntityManagerFactory

      public javax.persistence.EntityManagerFactory createContainerEntityManagerFactory(javax.persistence.spi.PersistenceUnitInfo info, Map properties)
      Specified by:
      createContainerEntityManagerFactory in interface javax.persistence.spi.PersistenceProvider
      Overrides:
      createContainerEntityManagerFactory in class org.eclipse.persistence.jpa.PersistenceProvider