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