com.vladmihalcea.hibernate.type.util
Class SQLExtractor

java.lang.Object
  extended by com.vladmihalcea.hibernate.query.SQLExtractor
      extended by com.vladmihalcea.hibernate.type.util.SQLExtractor

Deprecated. use SQLExtractor instead

@Deprecated
public class SQLExtractor
extends SQLExtractor

The 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.

Since:
2.9.11
Author:
Vlad Mihalcea

Method Summary
 
Methods inherited from class com.vladmihalcea.hibernate.query.SQLExtractor
from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2022. All rights reserved.