Package org.hibernate.testing.orm.jpa
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.bytecode.spi.ClassTransformergetName()booleanbooleanvoidpushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)
-
Constructor Details
-
PersistenceUnitDescriptorAdapter
public PersistenceUnitDescriptorAdapter()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
isUseQuotedIdentifiers
public boolean isUseQuotedIdentifiers()- Specified by:
isUseQuotedIdentifiersin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getProviderClassName
- Specified by:
getProviderClassNamein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getTransactionType
- Specified by:
getTransactionTypein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getJtaDataSource
- Specified by:
getJtaDataSourcein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getNonJtaDataSource
- Specified by:
getNonJtaDataSourcein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getMappingFileNames
- Specified by:
getMappingFileNamesin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getJarFileUrls
- Specified by:
getJarFileUrlsin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getPersistenceUnitRootUrl
- Specified by:
getPersistenceUnitRootUrlin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getManagedClassNames
- Specified by:
getManagedClassNamesin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
isExcludeUnlistedClasses
public boolean isExcludeUnlistedClasses()- Specified by:
isExcludeUnlistedClassesin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getValidationMode
- Specified by:
getValidationModein interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getProperties
- Specified by:
getPropertiesin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getClassLoader
- Specified by:
getClassLoaderin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getTempClassLoader
- Specified by:
getTempClassLoaderin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
pushClassTransformer
public void pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext) - Specified by:
pushClassTransformerin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
getClassTransformer
public org.hibernate.bytecode.spi.ClassTransformer getClassTransformer()- Specified by:
getClassTransformerin interfaceorg.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-