Uses of Interface
com.blazebit.persistence.spi.JpaProviderFactory
-
Packages that use JpaProviderFactory Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of JpaProviderFactory in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JpaProviderFactory Modifier and Type Method Description JpaProviderFactory
EntityManagerFactoryIntegrator. getJpaProviderFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
Returns the jpa provider factory for the jpa provider of the given entity manager factory.
-