Package org.jboss.as.jpa.hibernate
Class TwoPhaseBootstrapImpl
java.lang.Object
org.jboss.as.jpa.hibernate.TwoPhaseBootstrapImpl
- All Implemented Interfaces:
EntityManagerFactoryBuilder
TwoPhaseBootstrapImpl
- Author:
- Scott Marlow
-
Constructor Summary
ConstructorsConstructorDescriptionTwoPhaseBootstrapImpl(jakarta.persistence.spi.PersistenceUnitInfo info, Map map) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.EntityManagerFactorybuild()voidcancel()withValidatorFactory(Object validatorFactory)
-
Constructor Details
-
TwoPhaseBootstrapImpl
-
-
Method Details
-
build
public jakarta.persistence.EntityManagerFactory build()- Specified by:
buildin interfaceEntityManagerFactoryBuilder
-
cancel
public void cancel()- Specified by:
cancelin interfaceEntityManagerFactoryBuilder
-
withValidatorFactory
- Specified by:
withValidatorFactoryin interfaceEntityManagerFactoryBuilder
-