public class PersistenceUnitDescriptorAdapter extends Object implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
| Constructor and Description |
|---|
PersistenceUnitDescriptorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader() |
List<URL> |
getJarFileUrls() |
DataSource |
getJtaDataSource() |
List<String> |
getManagedClassNames() |
List<String> |
getMappingFileNames() |
String |
getName() |
DataSource |
getNonJtaDataSource() |
URL |
getPersistenceUnitRootUrl() |
Properties |
getProperties() |
String |
getProviderClassName() |
SharedCacheMode |
getSharedCacheMode() |
ClassLoader |
getTempClassLoader() |
PersistenceUnitTransactionType |
getTransactionType() |
ValidationMode |
getValidationMode() |
boolean |
isExcludeUnlistedClasses() |
boolean |
isUseQuotedIdentifiers() |
void |
pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext) |
public String getName()
getName in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic boolean isUseQuotedIdentifiers()
isUseQuotedIdentifiers in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic String getProviderClassName()
getProviderClassName in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic PersistenceUnitTransactionType getTransactionType()
getTransactionType in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic DataSource getJtaDataSource()
getJtaDataSource in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic DataSource getNonJtaDataSource()
getNonJtaDataSource in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic List<String> getMappingFileNames()
getMappingFileNames in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic List<URL> getJarFileUrls()
getJarFileUrls in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic URL getPersistenceUnitRootUrl()
getPersistenceUnitRootUrl in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic List<String> getManagedClassNames()
getManagedClassNames in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic boolean isExcludeUnlistedClasses()
isExcludeUnlistedClasses in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic SharedCacheMode getSharedCacheMode()
getSharedCacheMode in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic ValidationMode getValidationMode()
getValidationMode in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic Properties getProperties()
getProperties in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic ClassLoader getClassLoader()
getClassLoader in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic ClassLoader getTempClassLoader()
getTempClassLoader in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorpublic void pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)
pushClassTransformer in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptorCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.