Uses of Class
org.hibernate.testing.jdbc.JdbcSpies.SpyContext
-
Packages that use JdbcSpies.SpyContext Package Description org.hibernate.testing.jdbc org.hibernate.testing.orm.jdbc -
-
Uses of JdbcSpies.SpyContext in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc that return JdbcSpies.SpyContext Modifier and Type Method Description JdbcSpies.SpyContext
JdbcSpies.SpyContext. registerCallback(JdbcSpies.Callback callback)
Methods in org.hibernate.testing.jdbc with parameters of type JdbcSpies.SpyContext Modifier and Type Method Description static Connection
JdbcSpies. spy(Connection connection, JdbcSpies.SpyContext context)
-
Uses of JdbcSpies.SpyContext in org.hibernate.testing.orm.jdbc
Fields in org.hibernate.testing.orm.jdbc declared as JdbcSpies.SpyContext Modifier and Type Field Description JdbcSpies.SpyContext
PreparedStatementSpyConnectionProvider. spyContext
-