| Package | Description |
|---|---|
| org.jboss.as.jpa.spi | |
| org.jipijapa.event.impl.internal | |
| org.jipijapa.event.spi | |
| org.jipijapa.plugin.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistenceUnitMetadata
Deprecated.
replaced by
PersistenceUnitMetadata |
| 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 © 2023 JBoss by Red Hat. All rights reserved.