Package org.hibernate.testing.jdbc
Class JdbcSpies.SpyContext
- java.lang.Object
-
- org.hibernate.testing.jdbc.JdbcSpies.SpyContext
-
-
Constructor Summary
Constructors Constructor Description SpyContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()List<Object[]>getCalls(Method method, Object spy)<T> TgetSpiedInstance(T spy)JdbcSpies.SpyContextregisterCallback(JdbcSpies.Callback callback)
-
-
-
Method Detail
-
registerCallback
public JdbcSpies.SpyContext registerCallback(JdbcSpies.Callback callback)
-
clear
public void clear()
-
getSpiedInstance
public <T> T getSpiedInstance(T spy)
-
-