Class PersistenceUnitDescriptorAdapter

  • All Implemented Interfaces:
    org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor

    public class PersistenceUnitDescriptorAdapter
    extends java.lang.Object
    implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
    • Constructor Detail

      • PersistenceUnitDescriptorAdapter

        public PersistenceUnitDescriptorAdapter()
    • Method Detail

      • getName

        public java.lang.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 java.lang.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 javax.sql.DataSource getJtaDataSource()
        Specified by:
        getJtaDataSource in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
      • getNonJtaDataSource

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

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

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

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

        public java.util.List<java.lang.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 java.util.Properties getProperties()
        Specified by:
        getProperties in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
      • getClassLoader

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

        public java.lang.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