Package org.hibernate.testing.orm.junit
Interface SessionFactoryScopeAware
-
- All Known Implementing Classes:
BaseSessionFactoryFunctionalTest
public interface SessionFactoryScopeAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
injectSessionFactoryScope(SessionFactoryScope scope)
Callback to inject the SessionFactoryScope into the container
-
-
-
Method Detail
-
injectSessionFactoryScope
void injectSessionFactoryScope(SessionFactoryScope scope)
Callback to inject the SessionFactoryScope into the container
-
-