File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 16
16
import org .hibernate .engine .spi .SessionFactoryImplementor ;
17
17
import org .hibernate .integrator .spi .Integrator ;
18
18
import org .hibernate .mapping .PersistentClass ;
19
+ import org .hibernate .service .spi .SessionFactoryServiceRegistry ;
19
20
import org .hibernate .testing .orm .junit .BootstrapServiceRegistry ;
20
21
import org .hibernate .testing .orm .junit .DomainModel ;
21
22
import org .hibernate .testing .orm .junit .JiraKey ;
@@ -69,5 +70,10 @@ public static class MetadataIntegrator implements Integrator {
69
70
public void integrate (Metadata metadata , BootstrapContext bootstrapContext , SessionFactoryImplementor sessionFactory ) {
70
71
METADATA = metadata ;
71
72
}
73
+
74
+ @ Override
75
+ public void disintegrate (SessionFactoryImplementor sessionFactory , SessionFactoryServiceRegistry serviceRegistry ) {
76
+ // do nothing
77
+ }
72
78
}
73
79
}
You can’t perform that action at this time.
0 commit comments