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(java.sql.Connection c)
-
-
-
Method Detail
-
apply
R apply(java.sql.Connection c) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-