public interface EntityManagerFactoryBuilder
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManagerFactory |
build()
Build
EntityManagerFactory instance |
void |
cancel()
Cancel the building processing.
|
EntityManagerFactoryBuilder |
withValidatorFactory(Object validatorFactory)
Allows passing in a Jakarta EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used
in building the EntityManagerFactory
|
javax.persistence.EntityManagerFactory build()
EntityManagerFactory instanceEntityManagerFactoryvoid cancel()
EntityManagerFactoryBuilder withValidatorFactory(Object validatorFactory)
validatorFactory - The ValidatorFactorythis, for method chainingCopyright © 2019 JBoss by Red Hat. All rights reserved.