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

info.unterrainer.commons.httpserver.daos.QueryInterface Maven / Gradle / Ivy

There is a newer version: 0.3.14
Show newest version
package info.unterrainer.commons.httpserver.daos;

import java.util.Set;

import jakarta.persistence.EntityManager;
import jakarta.persistence.TypedQuery;

import info.unterrainer.commons.rdbutils.entities.BasicJpa;

interface QueryInterface

{ EntityManager getEntityManager(); BasicJpqlDao

getDao(); TypedQuery getTypedQuery(final EntityManager em); jakarta.persistence.Query getCountQuery(final EntityManager em); Set getReadTenantIds(); Set getWriteTenantIds(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy