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

internal.org.springframework.versions.jpa.EntityInformationFacade Maven / Gradle / Ivy

The newest version!
package internal.org.springframework.versions.jpa;

import org.springframework.data.jpa.repository.support.JpaEntityInformationSupport;
import org.springframework.data.repository.core.EntityInformation;

import jakarta.persistence.EntityManager;

public class EntityInformationFacade {
    public EntityInformation getEntityInformation(Class entityClass, EntityManager em) {
        return JpaEntityInformationSupport.getEntityInformation(entityClass, em);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy