public final class LightPersistenceXmlDescriptor extends Object implements org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Constructor and Description |
---|
LightPersistenceXmlDescriptor(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor toClone) |
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader() |
List<URL> |
getJarFileUrls() |
Object |
getJtaDataSource() |
List<String> |
getManagedClassNames() |
List<String> |
getMappingFileNames() |
String |
getName() |
Object |
getNonJtaDataSource() |
URL |
getPersistenceUnitRootUrl() |
Properties |
getProperties() |
String |
getProviderClassName() |
javax.persistence.SharedCacheMode |
getSharedCacheMode() |
ClassLoader |
getTempClassLoader() |
javax.persistence.spi.PersistenceUnitTransactionType |
getTransactionType() |
javax.persistence.ValidationMode |
getValidationMode() |
boolean |
isExcludeUnlistedClasses() |
boolean |
isUseQuotedIdentifiers() |
void |
pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext) |
String |
toString() |
public LightPersistenceXmlDescriptor(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor toClone)
public URL getPersistenceUnitRootUrl()
getPersistenceUnitRootUrl
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public String getName()
getName
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public String getProviderClassName()
getProviderClassName
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public boolean isUseQuotedIdentifiers()
isUseQuotedIdentifiers
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public boolean isExcludeUnlistedClasses()
isExcludeUnlistedClasses
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public javax.persistence.spi.PersistenceUnitTransactionType getTransactionType()
getTransactionType
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public javax.persistence.ValidationMode getValidationMode()
getValidationMode
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public javax.persistence.SharedCacheMode getSharedCacheMode()
getSharedCacheMode
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public List<String> getManagedClassNames()
getManagedClassNames
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public List<String> getMappingFileNames()
getMappingFileNames
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public List<URL> getJarFileUrls()
getJarFileUrls
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public Object getNonJtaDataSource()
getNonJtaDataSource
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public Object getJtaDataSource()
getJtaDataSource
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public Properties getProperties()
getProperties
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public ClassLoader getClassLoader()
getClassLoader
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public ClassLoader getTempClassLoader()
getTempClassLoader
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
public void pushClassTransformer(org.hibernate.bytecode.enhance.spi.EnhancementContext enhancementContext)
pushClassTransformer
in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Copyright © 2019 JBoss by Red Hat. All rights reserved.