Package org.hibernate.testing.cleaner
Interface JdbcConnectionContext.ConnectionFunction<R>
-
- Enclosing class:
- JdbcConnectionContext
public static interface JdbcConnectionContext.ConnectionFunction<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(Connection c)
-
-
-
Method Detail
-
apply
R apply(Connection c) throws Exception
- Throws:
Exception
-
-