Package org.jipijapa.plugin.spi
Interface PersistenceProviderIntegratorAdaptor
public interface PersistenceProviderIntegratorAdaptor
Adaptor for integrators into persistence providers, e.g. Hibernate Search.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIntegratorProperties(Map<String, Object> properties, PersistenceUnitMetadata pu) Adds any integrator-specific persistence unit propertiesvoidCalled right after persistence provider is invoked to create container entity manager factory.voidinjectIndexes(Collection<org.jboss.jandex.Index> indexes)
-
Method Details
-
injectIndexes
- Parameters:
indexes- The index views for the unit being deployed
-
addIntegratorProperties
Adds any integrator-specific persistence unit properties- Parameters:
properties-pu-
-
afterCreateContainerEntityManagerFactory
Called right after persistence provider is invoked to create container entity manager factory.
-