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

org.epos.handler.dbapi.service.EntityManagerHandler Maven / Gradle / Ivy

There is a newer version: 2.5.21
Show newest version
package org.epos.handler.dbapi.service;

import jakarta.persistence.EntityManager;

public interface EntityManagerHandler {
    EntityManager getEntityManager();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy