EntityManagerFactoryBuilder
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
Since
3.4.4
Parameters
a vendor adapter
the JPA properties to be passed to the persistenceprovider, based on the configured data source
optional source of persistence unit information (canbe null)
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
Since
3.4.4
Parameters
a vendor adapter
the JPA properties to be passed to the persistenceprovider, based on the configured data source
optional source of persistence unit information (canbe null)
the persistence unit root location to use as afallback or null
Deprecated (for removal)
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
Deprecated
since 3.4.4 for removal in 3.6.0 in favor of EntityManagerFactoryBuilder
Parameters
a vendor adapter
the JPA properties to be passed to the persistence provider
optional source of persistence unit information (canbe null)
Deprecated (for removal)
Create a new instance passing in the common pieces that will be shared if multiple EntityManagerFactory instances are created.
Since
1.4.1
Deprecated
since 3.4.4 for removal in 3.6.0 in favor of EntityManagerFactoryBuilder
Parameters
a vendor adapter
the JPA properties to be passed to the persistence provider
optional source of persistence unit information (canbe null)
the persistence unit root location to use as afallback or null