Package org.hibernate.testing.orm.junit
Annotation Type SessionFactoryFunctionalTesting
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) @TestInstance(PER_CLASS) @ExtendWith(FailureExpectedExtension.class) @ExtendWith(SessionFactoryExtension.class) public @interface SessionFactoryFunctionalTesting
Composite annotation for functional tests that require a functioning SessionFactory.