Uses of Interface
org.jipijapa.plugin.spi.PersistenceUnitMetadata
Packages that use PersistenceUnitMetadata
Package
Description
-
Uses of PersistenceUnitMetadata in org.jboss.as.jpa.spi
Subinterfaces of PersistenceUnitMetadata in org.jboss.as.jpa.spi -
Uses of PersistenceUnitMetadata in org.jipijapa.event.impl.internal
Methods in org.jipijapa.event.impl.internal with parameters of type PersistenceUnitMetadataModifier and TypeMethodDescriptionstatic voidNotification.afterEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)static voidNotification.beforeEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map) -
Uses of PersistenceUnitMetadata in org.jipijapa.event.spi
Methods in org.jipijapa.event.spi with parameters of type PersistenceUnitMetadataModifier and TypeMethodDescriptionvoidEventListener.afterEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)voidEventListener.beforeEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map) -
Uses of PersistenceUnitMetadata in org.jipijapa.plugin.spi
Methods in org.jipijapa.plugin.spi with parameters of type PersistenceUnitMetadataModifier and TypeMethodDescriptionvoidPersistenceProviderIntegratorAdaptor.addIntegratorProperties(Map<String, Object> properties, PersistenceUnitMetadata pu) Adds any integrator-specific persistence unit propertiesvoidPersistenceProviderAdaptor.addProviderDependencies(PersistenceUnitMetadata pu) Persistence provider integration code might need dependencies that must be started for the deployment.voidPersistenceProviderAdaptor.addProviderProperties(Map properties, PersistenceUnitMetadata pu) Adds any provider specific propertiesvoidPersistenceProviderAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) Called right after persistence provider is invoked to create container entity manager factory.voidPersistenceProviderIntegratorAdaptor.afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) Called right after persistence provider is invoked to create container entity manager factory.voidPersistenceProviderAdaptor.beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata pu) Called right before persistence provider is invoked to create container entity manager factory.voidPersistenceProviderAdaptor.cleanup(PersistenceUnitMetadata pu) Called when we are done with the persistence unit metadatabooleanPersistenceProviderAdaptor.doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata pu) for adapters that support getManagementAdaptor(), does the scoped persistence unit name correctly identify cache entities.
PersistenceUnitMetadata