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

com.vladmihalcea.hibernate.type.util.SQLExtractor Maven / Gradle / Ivy

There is a newer version: 2.21.1
Show newest version
package com.vladmihalcea.hibernate.type.util;

/**
 * The {@link com.vladmihalcea.hibernate.query.SQLExtractor} allows you to extract the
 * underlying SQL query generated by a JPQL or JPA Criteria API query.
 * 

* For more details about how to use it, check out this article on vladmihalcea.com. * * @deprecated use {@link com.vladmihalcea.hibernate.query.SQLExtractor} instead * * @author Vlad Mihalcea * @since 2.9.11 */ @Deprecated public class SQLExtractor extends com.vladmihalcea.hibernate.query.SQLExtractor { private SQLExtractor() { throw new UnsupportedOperationException("SQLExtractor is not instantiable!"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy