Package org.hibernate.sql.ast
Class SqlTreePrinter
- java.lang.Object
-
- org.hibernate.sql.ast.SqlTreePrinter
-
public class SqlTreePrinter extends Object
Logs a debug representation of the SQL AST.- Implementation Note:
- At the moment, we only render the from-elements.
-
-
Method Detail
-
logSqlAst
public static void logSqlAst(Statement sqlAstStatement)
-
-