Class PersistenceUnitDescriptorAdapter

java.lang.Object
org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
All Implemented Interfaces:
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor

public class PersistenceUnitDescriptorAdapter extends Object implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
  • Constructor Details

    • PersistenceUnitDescriptorAdapter

      public PersistenceUnitDescriptorAdapter()
  • Method Details

    • getName

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

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

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

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

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

      public DataSource getNonJtaDataSource()
      Specified by:
      getNonJtaDataSource 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
    • getPersistenceUnitRootUrl

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

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

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

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

      public ValidationMode getValidationMode()
      Specified by:
      getValidationMode 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