Class EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl

java.lang.Object
org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
All Implemented Interfaces:
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Enclosing class:
EntityManagerFactoryBasedFunctionalTest

public static class EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl extends Object implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
  • Constructor Details

    • TestingPersistenceUnitDescriptorImpl

      public TestingPersistenceUnitDescriptorImpl(String name)
  • Method Details

    • getPersistenceUnitRootUrl

      public URL getPersistenceUnitRootUrl()
      Specified by:
      getPersistenceUnitRootUrl in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getName

      public String getName()
      Specified by:
      getName in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getProviderClassName

      public String getProviderClassName()
      Specified by:
      getProviderClassName in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • isUseQuotedIdentifiers

      public boolean isUseQuotedIdentifiers()
      Specified by:
      isUseQuotedIdentifiers in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • isExcludeUnlistedClasses

      public boolean isExcludeUnlistedClasses()
      Specified by:
      isExcludeUnlistedClasses in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getTransactionType

      public PersistenceUnitTransactionType getTransactionType()
      Specified by:
      getTransactionType in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getValidationMode

      public ValidationMode getValidationMode()
      Specified by:
      getValidationMode in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getSharedCacheMode

      public SharedCacheMode getSharedCacheMode()
      Specified by:
      getSharedCacheMode in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getManagedClassNames

      public List<String> getManagedClassNames()
      Specified by:
      getManagedClassNames in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getMappingFileNames

      public List<String> getMappingFileNames()
      Specified by:
      getMappingFileNames in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getJarFileUrls

      public List<URL> getJarFileUrls()
      Specified by:
      getJarFileUrls in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getNonJtaDataSource

      public Object getNonJtaDataSource()
      Specified by:
      getNonJtaDataSource in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getJtaDataSource

      public Object getJtaDataSource()
      Specified by:
      getJtaDataSource in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getProperties

      public Properties getProperties()
      Specified by:
      getProperties in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getClassLoader

      public ClassLoader getClassLoader()
      Specified by:
      getClassLoader in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getTempClassLoader

      public ClassLoader getTempClassLoader()
      Specified by:
      getTempClassLoader in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • pushClassTransformer

      public void pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)
      Specified by:
      pushClassTransformer in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • getClassTransformer

      public org.hibernate.bytecode.spi.ClassTransformer getClassTransformer()
      Specified by:
      getClassTransformer in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor