public class PersistenceUnitMetadataImpl extends Object implements org.jipijapa.plugin.spi.PersistenceUnitMetadata
| Constructor and Description |
|---|
PersistenceUnitMetadataImpl() |
public void setPersistenceUnitName(String name)
setPersistenceUnitName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getPersistenceUnitName()
getPersistenceUnitName in interface javax.persistence.spi.PersistenceUnitInfopublic void setScopedPersistenceUnitName(String scopedName)
setScopedPersistenceUnitName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getScopedPersistenceUnitName()
getScopedPersistenceUnitName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setPersistenceProviderClassName(String provider)
setPersistenceProviderClassName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getPersistenceProviderClassName()
getPersistenceProviderClassName in interface javax.persistence.spi.PersistenceUnitInfopublic javax.persistence.spi.PersistenceUnitTransactionType getTransactionType()
getTransactionType in interface javax.persistence.spi.PersistenceUnitInfopublic DataSource getJtaDataSource()
getJtaDataSource in interface javax.persistence.spi.PersistenceUnitInfopublic void setJtaDataSource(DataSource jtaDataSource)
setJtaDataSource in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setNonJtaDataSource(DataSource nonJtaDataSource)
setNonJtaDataSource in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic DataSource getNonJtaDataSource()
getNonJtaDataSource in interface javax.persistence.spi.PersistenceUnitInfopublic void setJtaDataSourceName(String jtaDatasource)
setJtaDataSourceName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getJtaDataSourceName()
getJtaDataSourceName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setNonJtaDataSourceName(String nonJtaDatasource)
setNonJtaDataSourceName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getNonJtaDataSourceName()
getNonJtaDataSourceName in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setPersistenceUnitRootUrl(URL persistenceUnitRootUrl)
setPersistenceUnitRootUrl in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic URL getPersistenceUnitRootUrl()
getPersistenceUnitRootUrl in interface javax.persistence.spi.PersistenceUnitInfopublic void setAnnotationIndex(Map<URL,org.jboss.jandex.Index> indexes)
setAnnotationIndex in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic Map<URL,org.jboss.jandex.Index> getAnnotationIndex()
getAnnotationIndex in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic List<String> getManagedClassNames()
getManagedClassNames in interface javax.persistence.spi.PersistenceUnitInfopublic void setManagedClassNames(List<String> classes)
setManagedClassNames in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic boolean excludeUnlistedClasses()
excludeUnlistedClasses in interface javax.persistence.spi.PersistenceUnitInfopublic void setExcludeUnlistedClasses(boolean excludeUnlistedClasses)
setExcludeUnlistedClasses in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setTransactionType(javax.persistence.spi.PersistenceUnitTransactionType transactionType)
setTransactionType in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setMappingFiles(List<String> mappingFiles)
setMappingFiles in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic List<String> getMappingFileNames()
getMappingFileNames in interface javax.persistence.spi.PersistenceUnitInfopublic List<URL> getJarFileUrls()
getJarFileUrls in interface javax.persistence.spi.PersistenceUnitInfopublic void setJarFileUrls(List<URL> jarFilesUrls)
setJarFileUrls in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic List<String> getJarFiles()
getJarFiles in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setJarFiles(List<String> jarFiles)
setJarFiles in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void setValidationMode(javax.persistence.ValidationMode validationMode)
setValidationMode in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic javax.persistence.ValidationMode getValidationMode()
getValidationMode in interface javax.persistence.spi.PersistenceUnitInfopublic void setProperties(Properties props)
setProperties in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic Properties getProperties()
getProperties in interface javax.persistence.spi.PersistenceUnitInfopublic void setPersistenceXMLSchemaVersion(String version)
setPersistenceXMLSchemaVersion in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic String getPersistenceXMLSchemaVersion()
getPersistenceXMLSchemaVersion in interface javax.persistence.spi.PersistenceUnitInfopublic void setClassLoader(ClassLoader cl)
setClassLoader in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic ClassLoader getClassLoader()
getClassLoader in interface javax.persistence.spi.PersistenceUnitInfopublic List<javax.persistence.spi.ClassTransformer> getTransformers()
getTransformers in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic void addTransformer(javax.persistence.spi.ClassTransformer classTransformer)
addTransformer in interface javax.persistence.spi.PersistenceUnitInfopublic void setTempClassLoaderFactory(org.jipijapa.plugin.spi.TempClassLoaderFactory tempClassloaderFactory)
setTempClassLoaderFactory in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic ClassLoader cacheTempClassLoader()
cacheTempClassLoader in interface org.jipijapa.plugin.spi.PersistenceUnitMetadatapublic ClassLoader getNewTempClassLoader()
getNewTempClassLoader in interface javax.persistence.spi.PersistenceUnitInfopublic javax.persistence.SharedCacheMode getSharedCacheMode()
getSharedCacheMode in interface javax.persistence.spi.PersistenceUnitInfopublic void setSharedCacheMode(javax.persistence.SharedCacheMode sharedCacheMode)
setSharedCacheMode in interface org.jipijapa.plugin.spi.PersistenceUnitMetadataCopyright © 2020 JBoss by Red Hat. All rights reserved.