Uses of Class
org.hibernate.testing.jdbc.SQLStatementInspector
-
Packages that use SQLStatementInspector Package Description org.hibernate.testing.jdbc org.hibernate.testing.orm.junit -
-
Uses of SQLStatementInspector in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc that return SQLStatementInspector Modifier and Type Method Description static SQLStatementInspector
SQLStatementInspector. extractFromSession(SessionImplementor session)
-
Uses of SQLStatementInspector in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return SQLStatementInspector Modifier and Type Method Description SQLStatementInspector
EntityManagerFactoryScope. getCollectingStatementInspector()
SQLStatementInspector
SessionFactoryScope. getCollectingStatementInspector()
-