Class CronappJPAInitializer

java.lang.Object
org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
cronapp.framework.jpa.CronappJPAInitializer

public class CronappJPAInitializer extends org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer

    org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer.TempEntityLoader
  • Field Summary

    Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer

    globalInstrumentation, initializer, isInContainer, isInitialized, usesAgent

    Fields inherited from class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer

    initialEmSetupImpls, initializationClassloader, initializers, initialPuInfos, shouldCreateInternalLoader
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createUniquePersistenceUnitName(jakarta.persistence.spi.PersistenceUnitInfo puInfo)
     
    static Map<String,Object>
     
    boolean
     

    Methods inherited from class org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializer

    checkWeaving, createTempLoader, createTempLoader, getJavaSECMPInitializer, getJavaSECMPInitializer, getJavaSECMPInitializer, getJavaSECMPInitializerFromAgent, getJavaSECMPInitializerFromMain, initializeFromAgent, initializeFromMain, initializeFromMain, isInContainer, isInitialized, isPersistenceUnitUniquelyDefinedByName, keepAllPredeployedPersistenceUnits, registerTransformer, setIsInContainer, usesAgent

    Methods inherited from class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer

    callPredeploy, extractInitialEmSetupImpl, findPersistenceUnitInfo, findPersistenceUnitInfoInArchive, findPersistenceUnitInfoInArchives, getInitializationClassLoader, initialize, initializeTopLinkLoggingFile, initPersistenceUnits, loadEntityClasses

    Methods inherited from class java.lang.Object

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

    • CronappJPAInitializer

      protected CronappJPAInitializer(ClassLoader loader)
  • Method Details

    • createUniquePersistenceUnitName

      public String createUniquePersistenceUnitName(jakarta.persistence.spi.PersistenceUnitInfo puInfo)
      Overrides:
      createUniquePersistenceUnitName in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
    • isPersistenceProviderSupported

      public boolean isPersistenceProviderSupported(String providerClassName)
      Overrides:
      isPersistenceProviderSupported in class org.eclipse.persistence.internal.jpa.deployment.JPAInitializer
    • getPropertyOverrides

      public static Map<String,Object> getPropertyOverrides(Map<String,Object> properties)