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

com.tvd12.ezydata.jpa.EzyJpaDatabaseContext Maven / Gradle / Ivy

There is a newer version: 1.2.9
Show newest version
package com.tvd12.ezydata.jpa;

import com.tvd12.ezydata.database.EzyDatabaseContext;

import javax.persistence.EntityManager;

public interface EzyJpaDatabaseContext extends EzyDatabaseContext {

    EntityManager createEntityManager();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy