All Downloads are FREE. Search and download functionalities are using the official Maven repository.

co.streamx.fluent.JPA.repository.EntityManagerSupplier Maven / Gradle / Ivy

The newest version!
package co.streamx.fluent.JPA.repository;

import jakarta.persistence.EntityManager;

public interface EntityManagerSupplier {
    EntityManager getEntityManager();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy