-
JPAStreamerBuilderFactory.create(jakarta.persistence.EntityManagerFactory entityManagerFactory)
JPAStreamerBuilderFactory.create(String persistenceUnitName)
JPAStreamerBuilderFactory.create(Supplier<jakarta.persistence.EntityManager> entityManagerSupplier)
Creates and returns a new JPAStreamerBuilder that will use the provided
entityManagerFactory.
Creates and returns a new JPAStreamerBuilder that will create a new
EntityManagerFactory using the provided persistenceUnitName.
Creates and returns a new JPAStreamerBuilder that will use the provided
entityManagerSupplier.