Package org.jipijapa.plugin.spi
Interface TwoPhaseBootstrapCapable
-
public interface TwoPhaseBootstrapCapableTwoPhaseBootstrapCapable obtains a two phase EntityManagerFactory builder- Author:
- Scott Marlow, Steve Ebersole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityManagerFactoryBuildergetBootstrap(javax.persistence.spi.PersistenceUnitInfo info, Map map)Returns a two phase EntityManagerFactory builder
-
-
-
Method Detail
-
getBootstrap
EntityManagerFactoryBuilder getBootstrap(javax.persistence.spi.PersistenceUnitInfo info, Map map)
Returns a two phase EntityManagerFactory builder- Parameters:
info-map-- Returns:
-
-