Uses of Interface
org.hibernate.testing.cleaner.JdbcConnectionContext.ConnectionFunction
-
Packages that use JdbcConnectionContext.ConnectionFunction Package Description org.hibernate.testing.cleaner -
-
Uses of JdbcConnectionContext.ConnectionFunction in org.hibernate.testing.cleaner
Methods in org.hibernate.testing.cleaner with parameters of type JdbcConnectionContext.ConnectionFunction Modifier and Type Method Description static <R> R
JdbcConnectionContext. workReturning(JdbcConnectionContext.ConnectionFunction<R> work)
-