Modifier and Type | Method and Description |
---|---|
void |
HibernatePersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.addProviderProperties(Map properties,
PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu) |
boolean |
HibernatePersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu) |
static void |
HibernateAnnotationScanner.setThreadLocalPersistenceUnitMetadata(PersistenceUnitMetadata pu) |
Modifier and Type | Method and Description |
---|---|
void |
HibernatePersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.addProviderProperties(Map properties,
PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
HibernatePersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu) |
boolean |
HibernatePersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu)
determine if management console can display the second level cache entries
|
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAPersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu) |
void |
OpenJPAPersistenceProviderAdaptor.addProviderProperties(Map properties,
PersistenceUnitMetadata pu) |
void |
OpenJPAPersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
OpenJPAPersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
OpenJPAPersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu) |
boolean |
OpenJPAPersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu) |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceUnitMetadata
Deprecated.
replaced by
PersistenceUnitMetadata |
Modifier and Type | Method and Description |
---|---|
void |
EclipseLinkPersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu) |
void |
EclipseLinkPersistenceProviderAdaptor.addProviderProperties(Map properties,
PersistenceUnitMetadata pu) |
void |
EclipseLinkPersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
EclipseLinkPersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) |
void |
EclipseLinkPersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu) |
boolean |
EclipseLinkPersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu) |
Modifier and Type | Method and Description |
---|---|
static void |
Notification.afterEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
static void |
Notification.beforeEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
Modifier and Type | Method and Description |
---|---|
void |
EventListener.afterEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
void |
EventListener.beforeEntityManagerFactoryCreate(Classification cacheType,
PersistenceUnitMetadata persistenceUnitMetadata)
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
|
Modifier and Type | Method and Description |
---|---|
void |
PersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu)
Persistence provider integration code might need dependencies that must be started
for the deployment.
|
void |
PersistenceProviderAdaptor.addProviderProperties(Map properties,
PersistenceUnitMetadata pu)
Adds any provider specific properties (e.g.
|
void |
PersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu)
Called right after persistence provider is invoked to create container entity manager factory.
|
void |
PersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu)
Called right before persistence provider is invoked to create container entity manager factory.
|
void |
PersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu)
Called when we are done with the persistence unit metadata
|
boolean |
PersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu)
for adapters that support getManagementAdaptor(), does the scoped persistence unit name
correctly identify cache entities.
|
Copyright © 2017 Red Hat. All rights reserved.