Uses of Interface
org.jipijapa.plugin.spi.PersistenceUnitMetadata
-
Packages that use PersistenceUnitMetadata Package Description org.jboss.as.jpa.spi org.jipijapa.event.impl.internal org.jipijapa.event.spi org.jipijapa.plugin.spi -
-
Uses of PersistenceUnitMetadata in org.jboss.as.jpa.spi
Subinterfaces of PersistenceUnitMetadata in org.jboss.as.jpa.spi Modifier and Type Interface Description interfacePersistenceUnitMetadataDeprecated.replaced byPersistenceUnitMetadata -
Uses of PersistenceUnitMetadata in org.jipijapa.event.impl.internal
Methods in org.jipijapa.event.impl.internal with parameters of type PersistenceUnitMetadata Modifier and Type Method Description static 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 PersistenceUnitMetadata Modifier and Type Method Description voidEventListener. 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 PersistenceUnitMetadata Modifier and Type Method Description voidPersistenceProviderAdaptor. 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.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.
-